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
How can we register exception filter globally?
Explain the difference between debug.write and trace.write? When should each be used?
Difference between web user control and web custom control?
What is in a session cookie?
Explain serialization and deserialization?
What are session state modes in asp.net?
Describe the method to create a permanent cookie?
What is a web api?
Explain difference between dataset and recordset?
What are tuples?
Explain the disadvantages of viewstate?
What's the use of response.output.write()?
Explain the role of global.asax?
How to sign out from forms authentication?
What is the use of placeholder control?