摘要: 处理父级页面中的元素$(parent.document).find('#hidSendPerson').val(val);$(parent.document).find('#btnGo').click();示例$("input[type='submit']").click(function () { $("#txt_NextID").children().each(function () { $(this).attr("selected", "selected") } 阅读全文
posted @ 2014-01-17 14:22 华子的幸福生活 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 问下mackesWindow插件,如果是服务器控件调用,需要弹几下,这个怎么解决?解决:在AlertBox内加个return false;调用时OnClientClick="return AlertBox()" 就可以了 阅读全文
posted @ 2014-01-17 14:20 华子的幸福生活 阅读(131) 评论(0) 推荐(0) 编辑
摘要: http://www.fanslp.com/mackesWindow/index.html 阅读全文
posted @ 2014-01-17 14:16 华子的幸福生活 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-01-17 14:15 华子的幸福生活 阅读(475) 评论(0) 推荐(0) 编辑
摘要: select u.Col_Name from hs_user u left join(select tuid,count(*) as 'col_sumtopic' from BBS_Topicgroup by tuidorder by col_sumtopic desc) t on u.Col_ID = t.tuid消息 1033,级别 15,状态 1,第 6 行除非另外还指定了 TOP 或 FOR XML,否则,ORDER BY 子句在视图、内联函数、派生表、子查询和公用表表达式中无效。解决:将order by放在外面改成) t on u.Col_ID = t.tuid or 阅读全文
posted @ 2014-01-17 14:14 华子的幸福生活 阅读(361) 评论(0) 推荐(0) 编辑
摘要: aspnetpager显示页码数目NumericButtonCount="3" 阅读全文
posted @ 2014-01-17 14:09 华子的幸福生活 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 使用Jquery实现ajaxhttp://blog.sina.com.cn/s/blog_9e225fdf0101032x.htmlC#读写xml文件http://kb.cnblogs.com/page/42226/Chunk、Phrase、Paragraph的应用http://blog.csdn.net/aeolus1019/article/details/8208226jquery弹窗http://www.planeart.cn/demo/artDialog/_doc/labs.htmlsql2005无法解决equalto操作Chinese_PRC_CI_AS 和 Chinese_PRC_ 阅读全文
posted @ 2014-01-17 14:08 华子的幸福生活 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 响应在此上下文中不可用解决: Response.Redirect改成System.Web.HttpContext.Current.Response 阅读全文
posted @ 2014-01-17 14:05 华子的幸福生活 阅读(338) 评论(0) 推荐(0) 编辑
摘要: ueditor图片无法上传?解决: imageUp.ashx 去掉这一行 参考: http://www.cnblogs.com/huhaochuang/archive/2012/12/09/2809399.htmluditor添加删除按钮ueditor.config.js++++++++++++++++++++++++++++++++++++++++++++//工具栏上的所有的功能按钮和下拉框,可以在new编辑器的实例时选择自己需要的从新定义//, toolbars: [["bold", "forecolor", "link", &q 阅读全文
posted @ 2014-01-17 14:04 华子的幸福生活 阅读(184) 评论(0) 推荐(0) 编辑
摘要: try{ //指定要修改的配置文件的路径 Configuration config = System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration("~/"); config.AppSettings.Settings["MailServer"].Value = txtMailServer.Value.Trim(); config.AppSettings.Settings["MailAddress"].Value = txtMailAddress.Value 阅读全文
posted @ 2014-01-17 14:01 华子的幸福生活 阅读(656) 评论(0) 推荐(0) 编辑