摘要: html 标签 加runat="server" 后,无法使用后台变量问题 阅读全文
posted @ 2016-12-05 17:02 羽翼时空 阅读(1158) 评论(0) 推荐(0) 编辑
摘要: 前台 aspx <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplat 阅读全文
posted @ 2016-11-25 15:42 羽翼时空 阅读(925) 评论(0) 推荐(0) 编辑
摘要: 向数据源DataTable 中添加新的一列,并向其赋值 阅读全文
posted @ 2016-10-13 09:56 羽翼时空 阅读(12623) 评论(0) 推荐(1) 编辑
摘要: confirm 在html 中的字符串拼接问题 阅读全文
posted @ 2016-10-11 15:36 羽翼时空 阅读(1625) 评论(0) 推荐(0) 编辑
摘要: $.ajax({ type: "get", cache: false, url: url, success: function (msg) { } }); cache为true与false 的区别 true的话会读缓存,可能真的到服务器上。假如上次访问了a.html,第二次的时候得到的是上次访问的a 阅读全文
posted @ 2016-05-17 08:44 羽翼时空 阅读(8062) 评论(0) 推荐(0) 编辑
摘要: $.dialog({ title: '温馨提示', content: 'url:a.aspx', close: function () { window.location.href = "b.aspx"; }, lock: true, background: '#000', /* 背景色 */ op 阅读全文
posted @ 2016-05-16 16:53 羽翼时空 阅读(96) 评论(0) 推荐(0) 编辑
摘要: ClientScript.RegisterStartupScript(GetType(), "success", "a();", true); 阅读全文
posted @ 2016-05-16 16:51 羽翼时空 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 一.项目是做什么的二.是否有类似已做的项目三.那些功能是相通的,哪些是不同的四.怎么做 阅读全文
posted @ 2016-05-16 16:45 羽翼时空 阅读(193) 评论(0) 推荐(0) 编辑