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
Which .NET framework supports Web API?
What does ascx stand for?
What is http pipeline in asp.net?
Write the different features of a Thread and a Process?
Write code to send e-mail from an asp.net application?
How can I create master page in asp net?
Explain how do you deploy your asp.net application?
What is session state server?
How to add DateTime Control in normal DataGrid Server Control?
What are the asp.net list controls and difference between them?
How do active server pages work?
Is web config mandatory?
What do you mean by serialize?
Explain cashing in asp.net.
How to retrieve user name in case of Window Authentication?