can we pass values from one page to another page without
redirecting to that page?
Answer Posted / rajesh
1. Session variable
2. cookies
3. cache
4. Cross paging.
5. Query String
6. windows.open
on same page :
1.View state
2.allication
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between exe and dll?
Where session id is stored?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What is http protocol and how it works?
How to add DateTime Control in normal DataGrid Server Control?
What is inproc and outproc?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What are the different web pages?
Where sessions are stored in asp.net?
How will you load dynamic assembly? How will create assesblies at run time?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
Explain how cookies work. Give an example of cookie abuse.
What is difference between rest and soap?
In which event of the page life cycle, is the viewstate available?
What is session and application variable in asp net?