overDeveloper
Programmer
I am trying to find some easy ways to grab row count info on a paging data grid. bascially, I am wanting to make a "You are viewing items 25-50 of 728"
I can gab the "728" via xxx.tables["yyy"].Rows.Count but I need to find a way to grab the count of the first item (I can then just add 25 to it for the second....)
I can gab the "728" via xxx.tables["yyy"].Rows.Count but I need to find a way to grab the count of the first item (I can then just add 25 to it for the second....)