IT
摘要: http://www.cnblogs.com/wayne-ivan/category/55467.html 阅读全文
posted @ 2007-11-15 13:41 liufei 阅读(98) 评论(0) 推荐(0) 编辑
摘要: GridView无代码分页排序 GridView选中,编辑,取消,删除 GridView正反双向排序 GridView和下拉菜单DropDownList结合 GridView和CheckBox结合 鼠标移到GridView某一行时改变该行的背景色方法一 鼠标移到GridView某一行时改变该行的背景色方法二 GridView实现删除时弹出确认对话框 GridView实现自动编号 GridView实... 阅读全文
posted @ 2007-11-15 13:27 liufei 阅读(635) 评论(1) 推荐(0) 编辑
摘要: var checkFlag = true; function ChooseAll() { //if( !document.all("CheckAll").Checked ) // 全选 if( checkFlag ) // 全选 { var inputs = document.all.tags("INPUT"); ... 阅读全文
posted @ 2007-11-15 13:19 liufei 阅读(254) 评论(0) 推荐(0) 编辑
摘要: delete ad from ad AS a ,(select top 1 id from ad) AS b where a.id =b.id 阅读全文
posted @ 2007-11-15 13:17 liufei 阅读(547) 评论(0) 推荐(0) 编辑
摘要: http://www.flashempire.com/theater/play.php?id=46986 阅读全文
posted @ 2007-11-15 13:13 liufei 阅读(145) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/xiaobaigang/archive/2007/09/24/904513.html private string GetString(string data, string FindStr, string EndStr) { Match m = Regex.Match(data, "(?:" + ReplaceChar(Fin... 阅读全文
posted @ 2007-11-15 13:06 liufei 阅读(237) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/xiaobaigang/archive/2007/10/31/944769.html using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; u... 阅读全文
posted @ 2007-11-15 09:12 liufei 阅读(3066) 评论(0) 推荐(1) 编辑