How to send data through querystring to another page but it
should not be displayed in URL
Answer Posted / 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 |
Post New Answer View All Answers
Describe paging in asp.net?
explain code with multi inhertance
What is session and application variable in asp net?
What are the differences between the response.write() and response.output.write()?
Why do we use sessions?
Differentiate between file-based dependency and key-based dependency.
Define cookie.
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What are the two types of web pages?
How is session id generated?
Explain the concept of event bubbling in ASP.NET?
Is it right that ASP.NET Web API has replaced WCF?
What does asp stand for in asp.net?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?