GridView Paging problem while taking input .
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I'm displaying questions into a gridview.Now I want to take answers for questions into text box for each question ie for each row.I have around 80 questions and I'v to use paging(10 per page).But when i answer the question for 1st page and click the PageIndexButton the first page information is lost.so how can i take the answers of each page and insert into a database table.