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
What is the difference between abstract class vs interface? Can give me the real time examples?
Write a code for passing ArrayList in Web API?
What are the session variables?
What is an asp.net web form?
What is HTTPModule and HTTPcontext? What is the use of each?
How can we call webservices in Banking Applications? and where we are using it?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What is web api vs wcf?
Explain the purpose of storyboard.targetproperty.
Distinguish between Server-side and Client-side code?
What is server side session?
How to unit test Web API?
Explain the flow of processing of the request? : asp.net mvc
Is redux flux?
How can I create master page in asp net?