I have to send data throug querystring from one page to
another. But it should not be displayed in URL. How it is
possible?
Answer Posted / ravindra thakur
Using the server.transfer("page.aspx?id=1")
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
What is another word for redirect?
How can we prevent browser from caching an aspx page?
What is difference between session and cookies?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
How to register exception filter globally?
What is preprocessor in .net?
Which data type does the rangevalidator control support?
What is the difference between asp.net and mvc?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is distributed system in asp.net?
Explain login control and form authentication.
Explain Features in ASP.NET
What are the different types of validation controls provided in ASP.NET?
What is state management in asp.net with example?
Explain repository pattern in asp.net mvc? : asp.net mvc