Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
113532 Points
12480 Posts
Microsoft
May 03, 2012 08:12 AM|LINK
Hi,
You can get the index by GridView1.SelectedIndex. For paging, for example, 10 rows per page. The index will be 0~9. For the next page, the index will be still 0~9, not 10~19.
Thanks,
Qin Dian Tan...
All-Star
113532 Points
12480 Posts
Microsoft
Re: Gridview, Paging, SelectedIndex and Select Button
May 03, 2012 08:12 AM|LINK
Hi,
You can get the index by GridView1.SelectedIndex. For paging, for example, 10 rows per page. The index will be 0~9. For the next page, the index will be still 0~9, not 10~19.
Thanks,
If you have any feedback about my replies, please contactmsdnmg@microsoft.com.
Microsoft One Code Framework