liucan

博客园 首页 新随笔 联系 订阅 管理

2008年12月13日 #

摘要: protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { // add the UnitPrice and QuantityTotal to the running total variables ... 阅读全文
posted @ 2008-12-13 14:11 liucan 阅读(1216) 评论(0) 推荐(1) 编辑