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
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
How do you implement sql caching in asp.net?
Differentiate between a page theme and a global theme?
What are Master Pages in ASP.NET?
Where do the cookie state and session state information be stored?
What are the 3 levels at which content pages can be attached to Master Page?
What is an imagemap in asp.net?
What is httpresponse?
Is asp.net and .net are same or different?
Which of the following .NET framework supports Web API?
How you can access the values from the Repeater control in ASP.NET?
Which is faster viewbag or viewdata?
What’s the difference between response .redirect and server.transfer?
What are the data controls available in asp.net?
Why the javascript validation not run on the asp.net button but run successfully on the html button?