Re: DATA THROUGH QUERYSTRING
- From: "Mark Rae [MVP]" <mark@xxxxxxxxxxxxxxxxx>
- Date: Fri, 23 Nov 2007 09:57:12 -0000
"Steve" <zen27157NO-SPAM@xxxxxxxxx> wrote in message news:Oeto%23TbLIHA.748@xxxxxxxxxxxxxxxxxxxxxxx
"Mark Rae [MVP]" <mark@xxxxxxxxxxxxxxxxx> wrote in message news:u6OtH8ZLIHA.3848@xxxxxxxxxxxxxxxxxxxxxxx<vinodkus@xxxxxxxxx> wrote in message news:35ed659c-09f4-48ba-a03a-a1efaa31e84d@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I WANT TO SEND DATA THROUGH QUERYSTRING BUT I DONT WANT TO SHOW
DATA IN URL. HAVE U ANY METHOD PLEASE TELL ME.
Firstly, turn off your CapsLock...
Whatever you put in the QueryString will be displayed in the browser - that's just the way it works...
You could encrypt the data...
Does it *have* to be via a QueryString...? Can't you use the Session object instead...?
What about a plain old HTTP POST (vs GET)? Put the data in hidden form fields.
Sure - why not...? There are several ways in ASP.NET to pass data between pages without using a QueryString...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
.
- References:
- Re: DATA THROUGH QUERYSTRING
- From: Mark Rae [MVP]
- Re: DATA THROUGH QUERYSTRING
- From: Steve
- Re: DATA THROUGH QUERYSTRING
- Prev by Date: Re: Out of memory when having lot of memory!
- Next by Date: Re: How to retrieve, in a Intranet, the name of the client computer that connects to IIS 6.0
- Previous by thread: Re: DATA THROUGH QUERYSTRING
- Next by thread: What ASP.Net hosting you advise me?
- Index(es):
Relevant Pages
|