Nishant Arora
How you can pass two values using Query String to other page?
Posted by Nishant Arora in .Net | ASP.NET on Nov 26, 2012
  • 1
  • 2
  • 1352
Do you know the answer for this question? Post it below.
Guest
Posted by Vidhya Sagar on Dec 20, 2012
  • 7

The keyword '&' is used to differentiate/pass multiple parameters.. Eg: Response.Redirect("RequiredPage.aspx?"+"Name="+txtName.text+"&Age="+txtAge.text);

Posted by Manoj Kumar on Nov 29, 2012
  • 3

Response.Redirect("~/Report/UserAnswerReport.aspx?EID=" + lblExamNm.Text + "&PostNm=" + lblPostNm.Text + "");


SPONSORED BY
  • PDF reports have never been easier to create. With our included WYSIWYG Designer, you can layout your reports, set up your data source and let DynamicPDF ReportWriter do the rest.
Join a Chapter
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | ABOUT US | REPORT ABUSE
2013© C# Corner. All contents are copyright of their authors.