随笔分类 -  Others Rss

So Many Knowledge You Can Find Out!
摘要:遍历所有行,获取对应行对应列值的统计,此函数写在RowDataBind事件中intmysum1=0;intmysum2=0;protectedvoidGridList_RowDataBound(objectsender,GridViewRowEventArgse){if(e.Row.RowType==DataControlRowType.DataRow){DataRowViewmyrows=(Da... 阅读全文
posted @ 2007-04-04 17:13 David.You 阅读(274) 评论(0) 推荐(0)