Thursday, April 15, 2010

Best way to pass multiple query string value from one page to another page with Response.Redirect method

In most of the cases developers need to pass more than one or multiple query string value from one page to another page. Here in this example i will show you how one can pass multiple values from one page to another page in an efficient way. Let I have a product row and want to send product data from one page to another page so the code will looks like:









protected void Page_Load(object

No comments:

Post a Comment