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

How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server

0 Answers   CTPL,


What is gridview in asp.net?

0 Answers  


code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications

0 Answers  


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?

0 Answers  


How can you debug an ASP page, without touching the code?

1 Answers   Prodigy Technologies,






What is the use of mcommand ? mcommand.fill(ds,"orderdetails");

1 Answers   Netsweeper,


What is the full meaning of asp.net?

0 Answers  


What are the namespaces used in asp.net mvc? : asp.net mvc

0 Answers  


What is Auto-event wireup? what is the default value for this? when u change the value what will happen?

1 Answers   CMC,


Can I read the hard disk serial # of the client computer using asp.net?

0 Answers  


What would be the salary of an Asp.net developer with 1 and half year experience in indian rupees..??

5 Answers  


what is diffrent between asp & asp.net

2 Answers  


Categories