can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / tejavishu
By using viewstate it is not possible.sure it is not
possible.bcoz its comes under the pagelevel state manage
ment.to maintaning the state in page it self we are using
the view state.
| Is This Answer Correct ? | 20 Yes | 14 No |
Post New Answer View All Answers
What are the merits and demerits of viewstate?
What is difference between ispostback and autopostback in asp net?
How many types of session state management options available in asp.net?
What's the ASP.Net Application life cycle?
How could you modify xaml content from javascript?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What is class and object in asp.net?
Can one dll file contains the compiled code of more than one .net language?
Explain about asp.net 2.0 themes?
What events will occur when a page is loaded?
Define a web service in .net?
What is the purpose of using MVC programming pattern in ASP.NET?
If we remove web.config or machine.config from the application then, is this application will works?
When Cookies are expired in ASP.NET?