会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
.NET_STAR
打造技术团队,愿与您共同开创事业!
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
:: ::
管理
::
公告
2008年12月11日
省市联动菜单(ASP.NET + XML)
摘要: usingSystem; usingSystem.Collections; usingSystem.ComponentModel; usingSystem.Data; usingSystem.Drawing; usingSystem.Web; usingSystem.Web.SessionState...
阅读全文
posted @ 2008-12-11 22:40 雷明
阅读(985)
评论(0)
推荐(0)
javascript三级省市连动
摘要: 省市县关联菜单 多级关联菜单: 省份 地级市 市、县级市、县
阅读全文
posted @ 2008-12-11 22:12 雷明
阅读(629)
评论(0)
推荐(0)
c# AscII码转字符函数
摘要: public static string Chr(int asciiCode) { if (asciiCode >= 0 && asciiCode <= 255) { System.Text.ASCIIEncoding asciiEncoding = new System.Text.ASC...
阅读全文
posted @ 2008-12-11 21:16 雷明
阅读(1150)
评论(0)
推荐(0)
今天无意中发现了一个属性ValidationGroup
摘要: 很控件的ValidationGroup 的属性,以前没注意 原来是不同按钮响应不同的验证控件 BaseValidatorValidationGroupExample Pleaseenteryourname: Pleaseenterasearchtopic: ...
阅读全文
posted @ 2008-12-11 15:57 雷明
阅读(1327)
评论(0)
推荐(0)