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 MVC And MVP design pattrens
What is x xss protection?
What are the options in ASP.NET to maintain state?
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
Is there any alternative to avoid name collisions other then Namespaces?
What are the steps to follow to host a web application on a web server?
When Cookies are expired in ASP.NET?
How can we apply themes to an asp.net application?
Define page output caching?
Is a dll file an executable?
Explain the flow of processing of the request? : asp.net mvc
Why cyclomatic complexity is important?
Is data edited in the Repeater control?
Explain parts of assembly?
What is the equivalent of date() and time() in asp.net?