HardingR2000
Programmer
![[sad] [sad] [sad]](/data/assets/smilies/sad.gif)
What I want to do is have the ALL check box only check and uncheck those 40 rows that are being displayed on the page currently being displayed on the screen. There is a column (called Account) which is unique for each row that is used to perform the update.
My problem is that I don't know how to programmatically capture/identify the 40 rows being displayed so that I can perform the update on only those 40 accounts. Can someone tell me how to process only the 40 rows being displayed on the screen out of the 100 rows in the data source?