How to send data through querystring to another page but it
should not be displayed in URL
Answer Posted / 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 |
Post New Answer View All Answers
How you can stop the validation of ASP.NET controls from client side?
Can you explain one critical mapping? Performance issue which one is better?
How ViewstateMac works?
What are the different types of sessions in asp.net?
Explain authorization levels in .net ?
What is a web api?
Can more than one person use the same login?
What is csrf attack in asp.net?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What are the options in ASP.NET to maintain state?
How would you implement inheritance using c#?
Explain how asp.net different from asp?
What is the difference between custom web user control and a custom web server control?
What is a master page and what does it do?
What is the use of session state and application state and difference between them?