Re: Querystring
From: Ken Dopierala Jr. (kdopierala2_at_wi.rr.com)
Date: 10/04/04
- Next message: Cowboy (Gregory A. Beamer) - MVP: "RE: Page Loads again"
- Previous message: Girish Bharadwaj: "Re: Page Loads again"
- In reply to: vinay: "Querystring"
- Next in thread: Greg Burns: "Re: Querystring"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 4 Oct 2004 14:52:35 -0500
Hi Vinay,
The only way to really do this is to store them in a Session. Even if you
would write them to a hidden field a person could change them and resubmit
your form. Another way you could do it with out session is to store them in
a database and then set the hidden field to the ID you need to retrieve
them. Someone could still mess around with that but at least they wouldn't
know what exactly they are doing...until they see the results. Oh, you
could store them in ViewState too I believe which is encoded, that could be
an option. Good luck! Ken.
-- Ken Dopierala Jr. For great ASP.Net web hosting try: http://www.webhost4life.com/default.asp?refid=Spinlight If you sign up under me and need help, email me. "vinay" <vinay@discussions.microsoft.com> wrote in message news:F296D95B-CDD6-4AAB-87E3-EAB40FCB9481@microsoft.com... > Hi > I am using Querystring to send some Parameters from Page A to Page B. > > How do i ensure in page B that my Querystring is not ALTERED by somebody. > > Thanks > vinay
- Next message: Cowboy (Gregory A. Beamer) - MVP: "RE: Page Loads again"
- Previous message: Girish Bharadwaj: "Re: Page Loads again"
- In reply to: vinay: "Querystring"
- Next in thread: Greg Burns: "Re: Querystring"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|