最新文章
-
asp.net中 给控件批量赋值
本案例以给Literal控件批量赋值为例,同理,可为label、textbox等控件批量赋值 首先在前台将需要批量赋值的控件Literal的id设置成一定的规律,例……
东明兄 2017-04-281.6K+ 0 -
asp.net中获取某种控件在页面中的数量
以label控件为例: int LabelCount = GetLabelCount(this);//获取Literal控件在本页面的数量 private int GetLabelCount(System……
东明兄 2017-04-282K+ 0 -
asp.net 三层中DAL读取Web.config配置文件
在DAl层中添加一下引用: 添加引用: using System.Web.Configuration; web.config中连接数据库的字符串: 获得web.config……
东明兄 2017-04-251.8K+ 0