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 data control in asp.net?
What is a multilingual website?
How you can add an event handler?
To bind columns manually which tags do you need to add within the asp:datagrid ?
i want the asp.net technical questions and answeres
What are Session states available and its Uses?
Explain the difference between authentication and authorization.
Who can consume WebAPI?
Give some salient points of difference between request processor and request dispatcher.
What are the main requirements for caching?
What is asp.net introduction?
Who creates jsessionid?
Can master pages be nested?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
How do you declare static variable? What is its lifetime?