摘要:
修改某行某列数据为空 即 字段=NULL读取某行某列数据为空 即 字段 IS NULL 阅读全文
posted @ 2013-02-28 11:05
乡土的味道
阅读(124)
评论(0)
推荐(0)
摘要:
Repeater的数据显示控制 /// <summary> /// 显示控制 /// </summary> public void GetDisplayControl() { for (int i = 0; i < lstPurchaseOrder.Items.Count; i++) { string supplierPrice = ((Label)lstPurchaseOrder.Items[i].FindControl("lblSupplierPrice"))... 阅读全文
posted @ 2013-02-28 11:03
乡土的味道
阅读(280)
评论(0)
推荐(0)