can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / abhinav saxena
Its right we cannot transfer the value from one page to
another using viewstate. Viewstate has the limit only on
one page. For transferring values we can use session or
querystring and interesting for more value transfer store
the values in datatable and store the table in a session.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What symbol specifies the beginning of a query string?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
What is the importance of Global.asax in ASP.NET?
How to manage different kinds of sessions in ASP.NET?
What is use of <% %> in asp.net?
What is semantic gap?
Name the namespace which is used by ado.net?
Explain the difference between array and linkedlist?
What are the asp.net list controls and difference between them?
What is difference between View State and Hidden Field in ASP.NET?
To redirect the user to another page which method do we use without performing a round trip to the client?
Explain significance of routing? : asp.net mvc
What are merge modules?