David's Blog
第一要诚实,第二要勤勉,第三要专工作!
CnBlogs
Home
New Post
Contact
Admin
Rss
Others Rss
GridView Add Statistics FooterRow
摘要: 遍历所有行,获取对应行对应列值的统计,此函数写在RowDataBind事件中intmysum1=0;intmysum2=0;protectedvoidGridList_RowDataBound(objectsender,GridViewRowEventArgse){if(e.Row.RowType==DataControlRowType.DataRow){DataRowViewmyrows=(Da...
阅读全文
posted @
2007-04-04 17:13
DavidYou 阅读(119) |
评论 (0)
编辑
公告