随笔-84  评论-1136  文章-0  trackbacks-3
05 2009 档案
最新省市区县数据库
摘要: 执行下面的数据库脚本就可以获得数据库insert into area(codeid,parentid,name) values(11,0,'北京');insert into area(codeid,parentid,name) values(1101,11,'北京市辖');insert into area(codeid,parentid,name) values(110101,1101,'东城区'...阅读全文
posted @ 2009-05-31 10:43 石牌村夫 阅读(651) | 评论 (0) 编辑
动态修改页面Meta 标签 keywords description
摘要: protected void Page_Load(object sender, EventArgs e){ //页面标题 Title = "This is a title and meta test page."; //Encode/Content type HtmlMeta encode = new HtmlMeta(); encode.HttpEquiv = "Content-Type"; e...阅读全文
posted @ 2009-05-26 10:57 石牌村夫 阅读(300) | 评论 (0) 编辑
CheckBoxList取值及勾选上
摘要: [代码]数据绑定实现勾选:[代码]阅读全文
posted @ 2009-05-20 11:34 石牌村夫 阅读(804) | 评论 (2) 编辑