can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / tejavishu
By using viewstate it is not possible.sure it is not
possible.bcoz its comes under the pagelevel state manage
ment.to maintaning the state in page it self we are using
the view state.
| Is This Answer Correct ? | 20 Yes | 14 No |
Post New Answer View All Answers
How we implement web farm and web garden concept in asp.net?
What is skin in asp.net?
How does a content page different from a master page?
What are the main differences between asp and asp.net?
What is difference between Lambda Expression and LINQ in ASP.NET?
Define repository pattern in mvc.net? : asp.net mvc
Will the asp.net validators run in server side or client side?
What does session_start () do?
What are the options in ASP.NET to maintain state?
Why is it preferred to not use finalize for clean up?
What is the use of execute non query in asp.net?
What are the two Layouts supported by a Web form in ASP.NET?
Define static constructor?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What are the versions of garbage collection?