Dropdown to TextBox
How to Pass the dropdown value which is inside gridview and it is in page1.aspx to gridview which is in page2.aspx??
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.
Deependra KhangarotPosted Mar 25, 2013, 3:43 AM
There is many ways to accomplish this, you can use session, query string, cross page posting, view state etc. to pass values from one page to another.