P
Phil Johnson
Hi,
I have a gridview with paging enabled.
I need to know how many rows of data are on the last page!!!
When I look at the Gridview1.Rows.Count in the Page_Load, it always returns
the number that the paging is set to... currently 13, but if there are only 4
rows on the last page, I need to know that there are only 4 rows.
--
Regards,
Phillip Johnson (MCSD For .NET)
PJ Software Development
www.pjsoftwaredevelopment.com
I have a gridview with paging enabled.
I need to know how many rows of data are on the last page!!!
When I look at the Gridview1.Rows.Count in the Page_Load, it always returns
the number that the paging is set to... currently 13, but if there are only 4
rows on the last page, I need to know that there are only 4 rows.
--
Regards,
Phillip Johnson (MCSD For .NET)
PJ Software Development
www.pjsoftwaredevelopment.com