can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / senthil kumar
Yes, we can access the viewstate variables across pages. This is only possible if Cross Page Posting or Server.transfer is used to redirect the user to other page.
Refs Urls: http://www.codeproject.com/Articles/37753/Access-ViewState-Across-Pages
Note :
If Response.redirect is used, then ViewState cannot be accessed across pages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is OSI layer? Explain different layers.
What is smpte vc-1?
Explain the use of resource manager class in .net.
What is meant by ispostback in asp net?
What is bson in web api?
What is the life-span of the items in the viewstate?
Explain the difference between debug.write and trace.write? When should each be used?
How many types of session in ASP.NET
Define viewstate in .net?
Which dll handles the request of .aspx page?
Why is xap important?
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is the difference between the asp and asp.net?
What is Web API Routing?
What I need to create and run an asp.net application?