It is considered bad practice to get your QueryString values from inside the view. Instead do this in your controller:
string val = Request.QueryString["Mykey"].ToString();
Share This To :
As an experienced leader with a software engineering background - I work with numerous technologies. My goal is to make it easier for those who are starting out, for those who are facing a challenge, or for whomever wants to save time and just get the job done. Follow me...
0 comments:
Post a Comment