Posted on: 5/25/2011 1:19:41 PM | Views : 842

Hi,
I am passing few values from submit.aspx page to details.aspx page through URL. The Problem is that when the details.aspx page opens up the values are visible in the address bar that I am passing like http://..../..aspx?abc=val1&xyz=val2. On the basis of these values further action happened on page load but if I change the value manually in the address bar after page load and refresh the page, results got changed which I really dont want and because of that user can play with my database.
Please help me on this.
Thanks,
Jatin
...

Go to the complete details ...