When you have done your url rewrite for a url what happens when you use your code behind file and use request.querystring when there aren’t any cos you url has been re-written. I haven’t implemented url re-writing yet and want to.
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.
Well, not sure if I understand your question…
If you use url rewriting the user sees on the browser a url like this one
While you see on the code behind something like this
The friendly url is converted to the “ulgy” format before reaching your page logic, so the querystring will be there and ready to be processed.