can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / gautam
Conceptually Viewstates are intended for only at page level.They cannot be used to transport data from one page to other as such.Yet there are several workarounds like what we do using Context collection or using previouspage object to obtain public members of previous webpage.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List the asp.net validation controls?
What is routing in MVC?
Explain the asp.net page life cycle.
How does viewstate work?
What is the difference between a cookie and a pixel?
Can we use a static function with a non-static variable?
When you use Ajax controls in the ASP.NET application?
Explain the code Access Security (CAS) in .net Framework?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What is css in asp.net?
How can you enable impersonation in the web.config file?
To redirect the user to another page which method do we use without performing a round trip to the client?
Define resource files.
How can u debug your .net application?
What is request and response in asp.net?