摘要:
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
阅读(1219)
评论(0)
推荐(1)
浙公网安备 33010602011771号