会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
御不凡
博客园
首页
博问
闪存
新随笔
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
24
下一页
2016年4月11日
错误页报错跳转到指定页面
摘要: 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)
编辑
2016年4月8日
GridView中 LinkButton两种方式
摘要: <asp:TemplateField HeaderText="操作" ShowHeader="False"> <ItemTemplate> <asp:LinkButton ID="lbtnPhoneHide" runat="server" CommandArgument='<%# Eval("id"
阅读全文
posted @ 2016-04-08 14:14 御不凡
阅读(2524)
评论(0)
推荐(0)
编辑
2016年4月7日
GridView中DropDownList
摘要: <asp:TemplateField HeaderText="下拉框"> <ItemTemplate> <cc1:MyDropDownList ID="ddlPKG" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddlPKG_
阅读全文
posted @ 2016-04-07 17:16 御不凡
阅读(694)
评论(0)
推荐(0)
编辑
2016年3月14日
IIS mime类型 任意类型
摘要: HTTP头 任意mime类型 .* application/octet-stream
阅读全文
posted @ 2016-03-14 14:32 御不凡
阅读(368)
评论(0)
推荐(0)
编辑
2016年1月26日
从一堆数中随机取出几个数
摘要: 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)
编辑
2016年1月18日
时间转换为yyyymmdd
摘要: Convert.ToDateTime(tbinpici.Text).ToString("yyyyMMdd")
阅读全文
posted @ 2016-01-18 18:42 御不凡
阅读(174)
评论(0)
推荐(0)
编辑
2016年1月11日
CommandArgument传多个参数
摘要: CommandArgument=''
阅读全文
posted @ 2016-01-11 18:32 御不凡
阅读(147)
评论(0)
推荐(0)
编辑
2015年12月14日
sql语句执行插入后返回ID
摘要: insert into table1(aaa,bbb) values('aaa','bbb') select @@identity
阅读全文
posted @ 2015-12-14 15:16 御不凡
阅读(412)
评论(0)
推荐(0)
编辑
2015年11月30日
C# 代码页获取input的值
摘要: Label1.Text = Request.Form["iaa"];
阅读全文
posted @ 2015-11-30 14:24 御不凡
阅读(1559)
评论(0)
推荐(0)
编辑
2015年9月25日
cmd.ExecuteReader(CommandBehavior.CloseConnection)
摘要: 有些开发人员坚持认为,如果您设置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
下一页