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
About CLR, reflection and assemblies?
What are web beacons used for?
How do you open a page in a new window?
What is the concept of view state in asp.net?
How does u get record no from 5 to 15 from a dataset of 100 records?
What is the difference between client-side and server-side validations in webpages?
What is an assembly? Explain its parts.
IN an ASP.NET Web application if there is any error, how can you debug?
What is event bubbling?
What is asp.net and its advantages?
How can you dynamically add user controls to a page?
What are the memory-mapped files?
Can we handle the error and redirect to some pages using web.config?
Where is the session stored?
Explain the path instructions in xaml?