I have the below two challenges any body can free to give suggestions
1. I need to secure the querystring which i am passing through jquery.
2. also i should not allow navigate to the page when the user entered manually the querystring
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anupam SinghPosted Jun 12, 2014, 1:41 AM
For your 1st query refer : http://www.codeproject.com/Articles/33350/Encrypting-Query-Strings
For 2nd you can check the value in HttpRequest.UrlReferrer on target page.
Hope will help.