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
Explain the difference between web user control and web custom control?
What are the types of validation in asp net?
Mention the execution process for managed code?
What is query string with example?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
What is manifest in .net framework?
What are validator? How do you disable them?
Explain the asp.net mvc request life cycle? : asp.net mvc
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Explain transparent caching with aop?
What is asp net theme?
How can u deifne the benefits and limitation of using Viewstate for state management?
What is session mode in asp.net?
What is the procedure to create the environment for asp.net? : asp.net mvc
What is difference between abstract class and an interface?