I think my question's pretty simple, though no one seemed to have a clue at a different board I posted at so perhaps there's more to it than I thought. My question is pretty straightforward: Is there any easy way to make the last row of my result set (coming
back as a SQLDataReader) the Footer in my datagrid? I'm populating the last row of my dataresults in the Datareader with a "total's" row and want to stick it in the footer so I can format it differently than the normal items. Any ideas? Thanks.
It depends on your defination of easy way. :) Try to put some code in itemcreated method of your datagrid that dynamically adds controls that contains the info in the last row of your datasourse to the footer of your datagrid. check the link below maybe
it can help
http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=297269 Regards
The most wasted day is that in which we have not laughed.
label
Member
480 Points
98 Posts
Last Row of Data into the Footer?
Aug 01, 2003 02:57 PM|LINK
new2ASPnet
Member
700 Points
140 Posts
Re: Last Row of Data into the Footer?
Aug 01, 2003 03:17 PM|LINK
V i r g i l R e b o t o n