Others Rss

摘要: 遍历所有行,获取对应行对应列值的统计,此函数写在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) 编辑