最新省市区县数据库
摘要: 执行下面的数据库脚本就可以获得数据库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) 编辑