can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / jayamala
I think its not possible using viewstate.To pass data from
one page to another we are using session variable.
Is This Answer Correct ? | 38 Yes | 17 No |
Post New Answer View All Answers
What is application variable?
What is the difference between pathparam and queryparam?
Why is xap important?
Can we have multiple web config files for an asp.net application?
What is the difference between client-side and server-side validations in ASP.NET?
What is custom events? How to create it?
What are the steps involved to fill a dataset?
Explain the asp.net mvc request life cycle? : asp.net mvc
What is Model-View-View Model?
What is the concept of postback in asp.net?
Why asp.net is better than php?
Explain what the contents of cookie?
How do we implement bundling in MVC?
Explain the concept of event bubbling in ASP.NET?
Can you explain how ASP.NET application life cycle and page life cycle events fire?