Help for data-transfer between two web-forms
Plz help...wanted to transfer data on web-form to another
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
naura paxPosted Sep 29, 2009, 4:53 AM
you can refer state management techniques like client side:
1. querystring 2.Hidden fields 3.Cookie 4. View Stae
and server side.
1. Application state 2. Session state 3. Database