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
Using code explain Configuration Management
Which method do you use to kill explicitly a users session?
How do we ensure view state has not tampered?
What is a viewbag?
Give me one example of Web API Routing?
What is the use of express session?
What is dynamic web page with example?
Is asp.net and .net are same or different?
What’s the use of “GLOBAL.ASAX” file?
Explain how to prepare culture-specific formatting in .net.
What is latest version of asp.net mvc? : Asp.Net MVC
What is a session in asp.net?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
What is inheritance and an how it be used, example with an example?