How can i Display selected row of Gridview data to next page in another Gridview?
For example, In listing page i want to select perticular row and take that data to another page and display over there.
I have two grid view one in 1st page and next one in 2nd page. Now when i select a record in 1st page gridview, than that record will display on 2nd page gridview on submit button click from 1st page.