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 reflection and disadvantages of reflection?

6 Answers   Microsoft,


What is an example of an application service provider?

0 Answers  


About Postback ?

6 Answers   Accenture,


what are the levels of securities need to be considered for the finincial web application?

1 Answers  


How can we create a website?

0 Answers  


What are two ways that you can set the minimum and maximum values for a rangevalidator? When would you use each technique?

1 Answers  


What are assemblies and namespaces and explain the difference between them ?

0 Answers  


Why is it preferred to not use finalize for clean up?

0 Answers  


How do you install windows service?

4 Answers   Tech Mahindra,


What is inproc mode in session?

0 Answers  


what are the sitemap providers in Asp.net 2.0?

2 Answers  


Is asp.net different from asp? If yes, explain how?

0 Answers  


Categories