Click here to Skip to main content
16,004,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Hiding a querystring Pin
N a v a n e e t h15-Jul-07 20:18
N a v a n e e t h15-Jul-07 20:18 
GeneralRe: Hiding a querystring Pin
gauthee15-Jul-07 20:26
gauthee15-Jul-07 20:26 
GeneralRe: Hiding a querystring Pin
N a v a n e e t h15-Jul-07 20:37
N a v a n e e t h15-Jul-07 20:37 
GeneralRe: Hiding a querystring Pin
_AK_15-Jul-07 20:48
_AK_15-Jul-07 20:48 
AnswerRe: Hiding a querystring Pin
Vasudevan Deepak Kumar15-Jul-07 20:22
Vasudevan Deepak Kumar15-Jul-07 20:22 
GeneralRe: Hiding a querystring Pin
gauthee15-Jul-07 21:34
gauthee15-Jul-07 21:34 
GeneralRe: Hiding a querystring Pin
N a v a n e e t h15-Jul-07 23:07
N a v a n e e t h15-Jul-07 23:07 
AnswerRe: Hiding a querystring Pin
Guffa15-Jul-07 20:52
Guffa15-Jul-07 20:52 
You can't hide the querystring. It's part of the URL.

If you don't want the values in the querystring to be readable, you can use encryption or encoding. The querystring is of course still visible.

If you don't want any querystring to show, you simply don't use a querystring at all. Then you have to send the data some other way, that's where the POST gets in the picture. To send a post to a window, you have to first open the window, then post a form to the window. Here's a code snippet for doing that:

guffa.com: Post a form to a popup window[^]

Just put hidden fields in the form for the data you want to send, and call the .submit() method on the form to post it.

---
single minded; short sighted; long gone;

GeneralRe: Hiding a querystring Pin
N a v a n e e t h15-Jul-07 20:57
N a v a n e e t h15-Jul-07 20:57 
AnswerRe: Hiding a querystring Pin
Guffa16-Jul-07 12:28
Guffa16-Jul-07 12:28 
GeneralRe: Hiding a querystring Pin
gauthee15-Jul-07 21:16
gauthee15-Jul-07 21:16 
AnswerRe: Hiding a querystring Pin
Guffa16-Jul-07 12:32
Guffa16-Jul-07 12:32 
QuestionPage Refresh Problem Pin
neerubee15-Jul-07 19:49
neerubee15-Jul-07 19:49 
AnswerRe: Page Refresh Problem Pin
N a v a n e e t h15-Jul-07 20:15
N a v a n e e t h15-Jul-07 20:15 
GeneralRe: Page Refresh Problem Pin
neerubee15-Jul-07 20:39
neerubee15-Jul-07 20:39 
AnswerRe: Page Refresh Problem Pin
rahul.net1115-Jul-07 20:56
rahul.net1115-Jul-07 20:56 
QuestionASP.Net with ColdFusion Pin
Quest0715-Jul-07 19:45
Quest0715-Jul-07 19:45 
QuestionAjax in vs 2003?, Pin
Member 387988115-Jul-07 19:31
Member 387988115-Jul-07 19:31 
AnswerRe: Ajax in vs 2003?, Pin
N a v a n e e t h15-Jul-07 20:11
N a v a n e e t h15-Jul-07 20:11 
GeneralRe: Ajax in vs 2003?, Pin
Member 387988115-Jul-07 20:15
Member 387988115-Jul-07 20:15 
GeneralRe: Ajax in vs 2003?, Pin
N a v a n e e t h15-Jul-07 20:22
N a v a n e e t h15-Jul-07 20:22 
QuestionUploading documents to SQL with vb.net [modified] Pin
AaronM_NZ15-Jul-07 19:18
AaronM_NZ15-Jul-07 19:18 
QuestionCrystalReport1 = new CrystalReport1(); Pin
Jagadeesh Jupalli15-Jul-07 19:06
Jagadeesh Jupalli15-Jul-07 19:06 
AnswerRe: CrystalReport1 = new CrystalReport1(); Pin
Harini N K15-Jul-07 19:13
Harini N K15-Jul-07 19:13 
GeneralRe: CrystalReport1 = new CrystalReport1(); Pin
Jagadeesh Jupalli15-Jul-07 19:47
Jagadeesh Jupalli15-Jul-07 19:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.