上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 24 下一页
摘要: web.config <system.web>中配置 <customErrors mode="On" defaultRedirect="error.html"> <error statusCode="403" redirect="error.html" /> <error statusCode="4 阅读全文
posted @ 2016-04-11 17:20 御不凡 阅读(289) 评论(0) 推荐(0) 编辑
摘要: <asp:TemplateField HeaderText="操作" ShowHeader="False"> <ItemTemplate> <asp:LinkButton ID="lbtnPhoneHide" runat="server" CommandArgument='<%# Eval("id" 阅读全文
posted @ 2016-04-08 14:14 御不凡 阅读(2524) 评论(0) 推荐(0) 编辑
摘要: <asp:TemplateField HeaderText="下拉框"> <ItemTemplate> <cc1:MyDropDownList ID="ddlPKG" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddlPKG_ 阅读全文
posted @ 2016-04-07 17:16 御不凡 阅读(694) 评论(0) 推荐(0) 编辑
摘要: HTTP头   任意mime类型   .*    application/octet-stream 阅读全文
posted @ 2016-03-14 14:32 御不凡 阅读(368) 评论(0) 推荐(0) 编辑
摘要: int c = keywTab.Rows.Count; if (c > 3) { int[] num = new int[4]; Random r = new Random(); for (int i = ... 阅读全文
posted @ 2016-01-26 17:20 御不凡 阅读(550) 评论(0) 推荐(0) 编辑
摘要: Convert.ToDateTime(tbinpici.Text).ToString("yyyyMMdd") 阅读全文
posted @ 2016-01-18 18:42 御不凡 阅读(174) 评论(0) 推荐(0) 编辑
摘要: CommandArgument='' 阅读全文
posted @ 2016-01-11 18:32 御不凡 阅读(147) 评论(0) 推荐(0) 编辑
摘要: insert into table1(aaa,bbb) values('aaa','bbb') select @@identity 阅读全文
posted @ 2015-12-14 15:16 御不凡 阅读(412) 评论(0) 推荐(0) 编辑
摘要: Label1.Text = Request.Form["iaa"]; 阅读全文
posted @ 2015-11-30 14:24 御不凡 阅读(1559) 评论(0) 推荐(0) 编辑
摘要: 有些开发人员坚持认为,如果您设置CommandBehavior.CloseConnection选项,则DataReader及其相关联的连接会在DataReader完成数据读取时自动关闭。这些开发人员的看法不完全正确—只有当您在ASP.NETWeb应用程序中使用复杂的绑定控件时,该选项才以这种方式工作... 阅读全文
posted @ 2015-09-25 13:05 御不凡 阅读(1736) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 24 下一页