How to send data through querystring to another page but it
should not be displayed in URL

Answers were Sorted based on User's Feedback



How to send data through querystring to another page but it should not be displayed in URL..

Answer / matt s

Response.Redirect will perform a 'hard' redirect (HTTP
response 302), but Server.Transfer will perform
an 'internal' transfer retaining the same URL in the browser

Is This Answer Correct ?    9 Yes 3 No

How to send data through querystring to another page but it should not be displayed in URL..

Answer / varanganti ravi

the only Option is to send data from one page to another
page through in the form of query string without appearing
in brouser is using server.transver()

Is This Answer Correct ?    7 Yes 7 No

Post New Answer

More ASP.NET Interview Questions

What is asp.net response object?

0 Answers  


How to deploy the Asp.Net Project ?

3 Answers  


How do u deploy ur project?

0 Answers   HCL, Microsoft,


What is custom events? How to create it?

0 Answers  


What is data binding in asp net?

0 Answers  






Explain the difference between an exe and a dll?

0 Answers  


What are validator? Name the Validation controls in asp.net? How do u disable them?

2 Answers  


Is overloading possible in web services?

3 Answers   Microsoft,


Diff B/W user control and server control

3 Answers  


Explain the difference between value type and reference type?

0 Answers  


Explain how server control validation controls works?

2 Answers   CMS, Syntax Softtech,


What is the use of dispose method?

0 Answers  


Categories