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
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 |
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 |
What is reflection and disadvantages of reflection?
What is an example of an application service provider?
About Postback ?
what are the levels of securities need to be considered for the finincial web application?
How can we create a website?
What are two ways that you can set the minimum and maximum values for a rangevalidator? When would you use each technique?
What are assemblies and namespaces and explain the difference between them ?
Why is it preferred to not use finalize for clean up?
How do you install windows service?
What is inproc mode in session?
what are the sitemap providers in Asp.net 2.0?
Is asp.net different from asp? If yes, explain how?