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
Give me one example of Web API Routing?
What is a 404 redirect?
What does uri mean?
Explain the steps to be followed to use passport authentication.
What is asp.net mvc? : asp.net mvc
What is state management technique?
Explain server side state management system.
What is a response cookie?
What is xaml? Are xaml file compiled or built on runtime?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What are client activated objects?
Which is the parent class of the ASP.NET server control?
What is server side in asp.net?
What is user control in asp.net?
What is application in asp net?