上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页

可以拖动的层(兼容firefox)

摘要: 代码实例:拖动对象 Drag Object (兼容:IE、Firefox、Opera ... ) 这些都是可拖动对象 这些都是可拖动对象 这些都是可拖动对象 这些都是可拖动对象 阅读全文
posted @ 2010-11-05 15:08 tongdengquan 阅读(77) 评论(0) 推荐(0) 编辑

获取编辑器中文字内容

摘要: // 获取编辑器中文字内容 function getEditorTextContents(EditorName) { var oEditor = FCKeditorAPI.GetInstance(EditorName); return (oEditor.Ed... 阅读全文
posted @ 2010-11-05 13:37 tongdengquan 阅读(116) 评论(0) 推荐(0) 编辑

刷新后 按钮事件再次执行的解决办法

摘要: ClientScript.RegisterStartupScript(GetType(), "Message", ""); 阅读全文
posted @ 2010-10-25 11:45 tongdengquan 阅读(89) 评论(0) 推荐(0) 编辑

jquery判断checkbox

摘要: 阅读全文
posted @ 2010-09-01 10:58 tongdengquan 阅读(94) 评论(0) 推荐(0) 编辑

c#发送邮件

摘要: /// /// 邮件发送 /// /// 收信对象邮箱 /// 邮件主题 /// 邮件内容 public bool SendEmail(string strTo, string strSubject,... 阅读全文
posted @ 2010-08-31 14:13 tongdengquan 阅读(91) 评论(0) 推荐(0) 编辑

生成随机查询

摘要: select top 10 *, NewID() as random from college order by random 阅读全文
posted @ 2010-08-25 17:11 tongdengquan 阅读(94) 评论(0) 推荐(0) 编辑

合并两个list

摘要: ((List)college_photo).AddRange((List)college_senior); 阅读全文
posted @ 2010-08-25 10:13 tongdengquan 阅读(109) 评论(0) 推荐(0) 编辑

UpdatePanel与Jquery的validate插件冲突解决

摘要: asp.net中使用jquery的validate来进入数据检验的时侯.一般采用以下方式. $(document).ready(function() { $.validator.setDefaults({ debug: false, onfocusout: f... 阅读全文
posted @ 2010-08-20 11:27 tongdengquan 阅读(111) 评论(0) 推荐(0) 编辑

查询文件夹以及子文件夹下面的文件

摘要: //获得院校相册图片,从college文件夹下查询所有子文件夹 public List ListFilesColleges(FileSystemInfo info) { List image_list = new List(); ... 阅读全文
posted @ 2010-08-18 13:57 tongdengquan 阅读(250) 评论(0) 推荐(0) 编辑

实现textbox点击清空默认值的效果

摘要: 阅读全文
posted @ 2010-08-10 09:21 tongdengquan 阅读(159) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页