How to send data through querystring to another page but it
should not be displayed in URL

Answers were Sorted based on User's Feedback



How to send data through querystring to another page but it should not be displayed in URL..

Answer / 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

How to send data through querystring to another page but it should not be displayed in URL..

Answer / 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

More ASP.NET Interview Questions

Explain the difference between overriding and overloading?

0 Answers  


What is the difference between excute query and excute nonquery.?

4 Answers  


what is wpf and wcf in .net explain with an example?

2 Answers  


9. Why should we hire you over the others waiting to be interviewed?

0 Answers   Business One, IBM, Swatz Oils,


What are the different authentication modes in the .NET environment?

2 Answers   Veritas,






Types of caching ?

1 Answers   Digital GlobalSoft, MicroSec, Wipro,


hi .net gurus here is my question " how does impersonate in asp.net works? explain with good example"

2 Answers   PennyWise, TCS, Wipro,


i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

0 Answers  


what are the types of ASP objects ?

7 Answers   Satyam,


How does u get record no from 5 to 15 from a dataset of 100 records?

0 Answers  


Why do we need master page in asp.net?

0 Answers  


What is operator overloading in dotnet

1 Answers  


Categories