会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小热包1
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
下一页
2015年12月23日
12.23流水账号
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;public partial cl...
阅读全文
posted @ 2015-12-23 09:58 小热包1
阅读(157)
评论(0)
推荐(0)
2015年12月22日
12.22 repeater 删除
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;public partial cl...
阅读全文
posted @ 2015-12-22 10:10 小热包1
阅读(136)
评论(0)
推荐(0)
12.22 repeater 修改
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;public partial cl...
阅读全文
posted @ 2015-12-22 10:09 小热包1
阅读(168)
评论(0)
推荐(0)
12.22 repeater 添加
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;public partial cl...
阅读全文
posted @ 2015-12-22 10:06 小热包1
阅读(125)
评论(0)
推荐(0)
12.22 repeater 主页
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;public partial cl...
阅读全文
posted @ 2015-12-22 10:02 小热包1
阅读(125)
评论(0)
推荐(0)
12.22 repeater 登录
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;public partial cl...
阅读全文
posted @ 2015-12-22 09:59 小热包1
阅读(135)
评论(0)
推荐(0)
2015年12月16日
12.16 repeater
摘要: Repeater 造模板 1: 头模板 只出现一次,一般是标题行 2:项模板 需要绑定字段 根据数据库数据源的多少 可自动生成 3: 交替项模板 奇偶行交替改变 4:脚模板 只出现一次绑定数据: 1:指定数据源: protected vo...
阅读全文
posted @ 2015-12-16 15:23 小热包1
阅读(129)
评论(0)
推荐(0)
12.16单选框,复选框
摘要: 1:单选框 RadioButton 属性: GroupName 组名 想要产生互斥效果:将GroupName设置成统一名字 看是否选中: bool sex = RadioButton1.Checked; Label1.Text = sex.ToString(); ...
阅读全文
posted @ 2015-12-16 08:55 小热包1
阅读(163)
评论(0)
推荐(0)
2015年12月15日
15.12.14listbox列表框
摘要: ListBox 列表框autopostback:true:if(!ispostback){}1:绑定数据: if(!IsPostBack) { NationDataContext context = new NationDataContext(); L...
阅读全文
posted @ 2015-12-15 15:13 小热包1
阅读(124)
评论(0)
推荐(0)
12.14 webform 列表框吧 ListBox 列表框
摘要: ListBox 列表框autopostback:true:if(!ispostback){}1:绑定数据: if(!IsPostBack) { NationDataContext context = new NationDataContext(); L...
阅读全文
posted @ 2015-12-15 14:34 小热包1
阅读(307)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告