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

What is difference between cookies and cache?

0 Answers  


What is view state and how this can be done and was this there in asp ?

3 Answers   Accenture, BirlaSoft, CTS, Mphasis,


What is the significance of proxy user?

0 Answers   MCN Solutions,


What are the main differences between asp and asp.net?

0 Answers  


How much data (Max K) can go into a QueryString?

4 Answers   TCS, WEB,






Does asp.net still recognize the global.asa file?

0 Answers  


What are server objects?

0 Answers  


Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.

5 Answers   ADITI, Syntax Softtech,


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

0 Answers  


What is the difference between page directive include and action tag include?

0 Answers  


How can you dynamically add user controls to a page?

0 Answers  


Securitywise What are the Enhancements in 2.0?

0 Answers   Microsoft,


Categories