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 server components?
What is the use of worker process in asp.net?
What are the options in ASP.NET to maintain state?
How do http sessions work?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What are the various session state management options provided by asp.net?
If you want to write your own dot net language, what steps you will you take care?
How does u get record no from 5 to 15 from a dataset of 100 records?
What is asp.net and its advantages?
How does the cookies work in asp.net?
Define web.config in .net?
What is session state server?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
Which platform does Microsoft .NET use for exchanging data between applications?
How asp.net mvc differs from asp.net web forms? : asp.net mvc