I have some doubts.
What is querystrng? how we can use it? what are the advantages? what are the parameters using for querystring?
I have some doubts. What is querystrng? how we can use it? what are
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
query string is one of the state management techniques in .net. You can pass parameters from one page to another page like Response.Redirect(“test.aspx?id=101”); and you can access those values in recieving page.
here it is test.apsx. in test.aspx page load you can retieve those values by