can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / ye s
yes
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is difference between asp state management and asp.net state management?
What is cross page posting in asp net?
What are the asp.net list controls and difference between them?
How to use multiple scriptmanager controls in a web page?
What is virtual directory in asp.net?
Will the asp.net validators run in server side or client side?
Is there any limit for query string? Means what is the maximum size?
What is asp.net version?
Give an example of cookie abuse.
What are the events that happen when a client requests an asp.net page from iis server?
How you can add an event handler?
What is view state management in asp net?
What is difference cookie and session?
What is an example of an application service provider?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.