Nishant Arora
How you can pass two values using Query String to other page?
By Nishant Arora in ASP.NET on Nov 26 2012
  • Sunil Babu
    Apr, 2016 2

    by using ? and & operators we can pass two values.

    • 0
  • Pankaj  Kumar Choudhary
    Aug, 2015 31

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

    • 0
  • imran azam
    Dec, 2014 29

    Response.Redirect("quicksearch.aspx?lookfor=" + drop_l.SelectedValue + "&agefrom=" + txtagefrom.Text + "");

    • 0
  • Vidhya Sagar
    Dec, 2012 20

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

    • 0
  • Manoj Kumar
    Nov, 2012 29

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

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS