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
Describe the .net base class library.
calling result set one procedure to anothar procedure in sql2000
What is the procedure to create the environment for asp.net? : asp.net mvc
Can you explain the importance of finalize method in .net?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
Explain the Session state management options available with ASP.NET?
Is it possible to create web application with both webforms and mvc?
What is the difference between trace and debug in asp.net?
What are the different method of navigation in asp.net?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What is cookieless session id explain in brief?
What is asp.net mvc? : asp.net mvc
Explain the steps to be followed to use passport authentication.
Define page fragment caching?
Explain the different types of directives in .net?