can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / guest
View state is page level Access state managemenet
so viewstate object is available only after page_init() and
before page_load().
so we cannot pass it from one page to other page as a part
of request or any more......
| Is This Answer Correct ? | 13 Yes | 11 No |
Post New Answer View All Answers
How many types of Cookies are available in ASP.NET?
Explain the boxing and unboxing concept in .net?
What asp.net control can embed xaml into asp.net pages?
What is odata in web api?
What are early binding and late binding.
What are the session management techniques asp net?
What are the built-in objects in asp.net?
Differentiate the session object and application object?
What’s the catch?
Explain the main differences between asp and asp.net?
Where code pages are used?
How you can add an event handler?
What are the session variables?
What is difference between viewstate and session state in javascript?
To redirect the user to another page which method do we use without performing a round trip to the client?