can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / gurvinder singh
This is not possible using view state , however we can
acheive this by using session .View state has only page
scope.
| Is This Answer Correct ? | 64 Yes | 19 No |
Post New Answer View All Answers
how can create login from create and written conde in asp.net
Can I combine classic asp and asp.net pages?
What is the difference between pathparam and queryparam?
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?
Can you explain one critical mapping?
What is the difference between response.redirect and server.transfer?
What is client side state management?
What’s the difference between asp.net web forms and asp.net mvc?
How do you open a page in a new window?
Explain the difference between singleton and single call?
What is cross page posting in asp net?
Explain what are delegates?
What are the versions of garbage collection?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is protected configuration?