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
Describe the master page.
Explain in what order a destructors is called.
How long do session variables last?
What are Caching techniques in .NET
What is the postback property in asp.net?
Where is the view state data stored?
What is a server cookie?
Is asp.net a language?
What is the concept of view state in asp.net?
Which is better session or viewstate?
Can I combine classic asp and asp.net pages?
Describe in brief .net framework and its components.
Explain the difference between or and orelse?
When we use cookie less session? Explain its working?
Describe the Server Control Events of ASP.NET?