摘要: http://www.netbei.com/Article/aspx/aspx7/200506/3888.html 阅读全文
posted @ 2005-06-26 02:47 Benny Ng 阅读(370) 评论(0) 推荐(0) 编辑
摘要: http://www.microsoft.com/china/msdn/archives/library/dnaspp/html/creatingcustomcolumns.asp 阅读全文
posted @ 2005-06-26 02:44 Benny Ng 阅读(273) 评论(0) 推荐(0) 编辑
摘要: aspx文件中加javascript 全选: DataGrid中加模板列 CS文件中操作选定项foreach (DataGridItem item in DataGrid.Items){ if(((CheckBox)item.FindControl("chkSelectBox")).Checked==true) { Response.Write (item.Cells[0].Text); }... 阅读全文
posted @ 2005-06-26 02:39 Benny Ng 阅读(1008) 评论(0) 推荐(0) 编辑