08 2008 档案

摘要:#region 绑定RadioButtonList或者DropDownList(相同) private void DataBindToRadioButtonList() { DataSet ds = null; RadioProdunt.Items.Clear(); RadioProdunt.Items.Add("全部"); ... 阅读全文
posted @ 2008-08-12 13:59 自由精灵 阅读(681) 评论(0) 推荐(0)
摘要:一次只合并一列 #region 合并gridview中某一列相同的单元格 public static void CellTogether(int cellIndex, GridView gvTemp) { int i = 0; int rowSpanNum = 1; whil... 阅读全文
posted @ 2008-08-06 13:38 自由精灵 阅读(835) 评论(0) 推荐(0)