Hii,
I have a query string like “http://project/page1.aspx?userID=5“. The operation won’t be performed, if the ‘userID’ parameter changed manually. How it is possible?
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.
Hii all, thank you for your assistance… and i got some difference sort of solution from some other sites. i don’t know that the best solution. that is to encode the value using an encryption and decryption algorithm… The sample code has been written like this…
In the page load of ‘Page1’ call the decode algorithm to decode the query string