Is it possible to Append to the QueryString on Postback? If it is, how in the world do you do it?
Thanks!
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.
Not that I’m aware of. You don’t have a lot of control over postbacks with ASP.NET. For another type of application, you could post to another page. I know there is a mechanism to post to another page in asp.net– but I’ve never had the need to do it.
What are you trying to accomplish– perhaps there is another way.