Re: Querystring

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Ken Dopierala Jr. (kdopierala2_at_wi.rr.com)
Date: 10/04/04


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


Relevant Pages

  • Re: web forms
    ... > Hi Girish, ... > wondering if there are any other good means beside the Session to maintain ... > to store large length of data and querystring is only simple string,can't ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: [PHP] secure alternative to HTTP_REFERER
    ... You could put a hash value into a hidden field on the form, and also store it in the session. ...
    (php.general)
  • Re: Variable declarations
    ... ?UID=1 as your querystring of course? ... you could create a hidden field to store the value ... in, or store it in session variables, but if you're using postback ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Sending a PHP array from an HTML form
    ... Store it in the session or as a hidden field in your form. ...
    (alt.php)
  • Re: Sending a PHP array from an HTML form
    ... Store it in the session or as a hidden field in your form. ...
    (alt.php)