码迷,mamicode.com
首页 >  
搜索关键字:dropdownlist    ( 381个结果
DropDownList中显示无限级树形结构
效果图:数据库表:DirID:目录的ID,ParentID:目录的父路径ID,Name:目录的名字主要代码:usingSystem;usingSystem.Collections;usingSystem.Configuration;usingSystem.Data;usingSystem.Linq;...
分类:其他好文   时间:2014-07-17 14:30:49    阅读次数:270
javascript获取asp.net服务器端控件的值
(2009-10-31 15:24:26)转载▼标签:杂谈分类:技术笔记代码如下:入住日期CtrlCalendar.ascx复制代码代码如下:js 获取 asp.net 服务器端控件 Label 与 TextBox RadioButtonList 与 DropDownList 的值在做 BS架构的项...
分类:编程语言   时间:2014-07-16 21:19:37    阅读次数:287
DropdownList绑定的两种方法
动态绑定方法一:动态绑定数据库中的字段。SqlConnection conn = UtilitySqlClass.OperateDataBase.ReturnConn();string strSQL = "select * from CompanyType";SqlDataAdapter ada =...
分类:其他好文   时间:2014-07-16 20:45:17    阅读次数:148
绑定枚举到dropdownlist
pageTools.BindEnumToDropdownList(typeof(enumDealerArea), ddlBmwArea, new ListItem("--请选择--", "0"), "");/// /// 绑定枚举到dropdownlist /// /// 枚举类型 /// dr.....
分类:其他好文   时间:2014-07-16 15:16:44    阅读次数:153
NET:Checkboxlist,Dropdownlist 添加ToolTip说明
ToolTip属性: ToolTip 类 (System.Windows.Controls)?  表示创建弹出项的控件,该弹出项可显示界面中元素的相关信息。命名空间: System.Windows.Controls 程序集: PresentationFramework  ToolTip 类 (System.Windows.Forms)?  表示一个长方形的小弹出窗口,该窗口...
分类:Web程序   时间:2014-07-14 18:41:49    阅读次数:300
EasyUI combox实现联动
很多时候都会用到combox的联动效果,选择上一个combox的值就自动带出这个值对应的其它信息,比如省市联动,最近我也刚好遇到了类似的要求,是用EasyUI  combobox 控件完成的,如果是ASP.NET 里面的DropDownList的话,那就很简单了,一个SelectIndexChange事件再加一个AutoPostBack就行了,下面就是我实现的功能,其实很简单,但是对于像我这样刚接...
分类:其他好文   时间:2014-07-12 17:21:11    阅读次数:215
YII插件
dropDownList:Yii中可以采用CHtml类来实现,也可以用CActiveForm来实现。一、用CHtml来实现。VIEW中实现:'USA',7=>'France',3=>'Japan'),array('ajax' => array('type'=>'POST', //request ty...
分类:其他好文   时间:2014-07-06 14:36:58    阅读次数:210
实战: asp.net dropdownlist 和 listbox 一起使用
2014-71 应用某门网应用排序管理1: 接收参数, 初始化int totalRows = 7;int type = 0;protected void Page_Load(object sender, EventArgs e){ try { type = Convert.ToInt32(Reque...
分类:Web程序   时间:2014-07-03 00:32:08    阅读次数:328
ASP.NET 服务器控件对应的HTML标签
label---------- button--------- textbox-------- linkbutton----- imagebutton---- hyperlink------ dropdownlist--- listbox-------- checkbox------- checkb...
分类:Web程序   时间:2014-06-18 17:55:47    阅读次数:186
“ASP.default_aspx”并不包含“DropDownList1_SelectedIndexChanged”的定义,其解决方法。
“ASP.default_aspx”并不包含“DropDownList1_SelectedIndexChanged”的定义,其解决方法。 在使用DropDownList控件的DataBind方法,将ArrayList数组绑定在DropDownList空间中,执行程序, 出现错误:... 出现错误的原因:... 解决方法:......
分类:Web程序   时间:2014-06-16 21:50:26    阅读次数:227
381条   上一页 1 ... 34 35 36 37 38 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!