DATA THROUGH QUERYSTRING

V

vinodkus

DEAR SIR/MADAM
I WANT TO SEND DATA THROUGH QUERYSTRING BUT I DONT WANT TO SHOW
DATA IN URL. HAVE U ANY METHOD PLEASE TELL ME.

THANKS IN ADVANCE
 
M

Mark Rae [MVP]

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...?
 
M

Mark Rae [MVP]

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.[/QUOTE]

Sure - why not...? There are several ways in ASP.NET to pass data between
pages without using a QueryString...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top