can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / sandeep shah
yes its possible , use Server.transfer and you can use the
view state in the destination page only . not that you can
use the view state to some other page.
check this below link for more clarification
http://forums.asp.net/t/1137668.aspx/1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What is the difference between sealed vs static class?
What does occur first in ASP.Net, Authentication or Authorization?
How to disable disable browser's Back button in asp.net (JavaScript)?
What is the difference between localization and globalization?
What is Razor View Engine
How to rename a table using sql queries?
In Code-Behind class which kind of code (server or client) is found ?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Explain about solution explorer window?
What is odata in web api?
How should I destroy my objects in asp.net?
How tooltip is set through code-behind in ASP.NET?
What is the part of url?