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 in brief .net framework and its components.
Define static member?
What are the new features implemented in ASP.NET?
What is httpresponse?
Can action method static?
Why is an object pool required?
What is query string?
What is application state?
Explain some of the major built-in objects in asp.net
List all templates of the repeater control.
Is asp.net different from asp? If yes, explain how?
Which method do you use to kill explicitly a users session?
What is is post back property in asp net?
What is difference between singleton and single call?
What are directives in asp.net?