搜索资源列表
二级dropdownlist
- C#实现的二级DropDownList级联-C# cascade of two DropDownList
控件学习
- 这是一个服务器控件的初步学习例子,主要使用了Label,TextBox,Dropdownlist.当选取Dropdownlist中的男时,下方的TextBox产生男 当当选取Dropdownlist中的女时,下方的TextBox产生女-This is a server component of the preliminary study examples, mainly use the Label, TextBox, Dropdownlist. When selecting Dropdownli
可输入的DropDownList扩展控件VB.NET
- 可输入的DropDownList控件VB.NET版-importation of the DropDownList control VB.NET version
C#下实现主从DropDownList互动的方法
- C#下实现主从DropDownList互动的方法-C# under the main interaction from the DropDownList
5631563xfyh
- 带图片的,多列的DropDownList的实现 -with pictures, more out of the realization DropDownList
AjaxTest
- dropdownlist的三级联动小示例。
DropDownList
- This is not a very mean things
Dropdownlist
- C#+asp.net的Dropdownlist控件实例
DropDownList
- 基于.NET 1.1平台,重写了DropdownList控件,加入了设置下拉控件列表的样式呈现功能。而在.NET 1.1 平台下的下拉列表不能呈现样式功能。从中也可学习编写服务器控件代码的一些思想。
Source
- 在DataGrid控件中内嵌DropDownList子控件-Embedded in the DataGrid control DropDownList control sub-
yycontrols
- 扩展DropDownList控件和ListBox控件:通过DropDownList控件和ListBox控件的.Items.Add(ListItem item)方法,来为其添加optgroup标签,从而实现分组功能。 使用方法 1、设置属性: [font=Courier New]OptionGroupValue - 用于添加DropDownList(ListBox)控件的分组项的ListItem的Value值(默认为[font=Courier New]optgroup) [/fon
dropDownList
- 此代码是在ASP.NET平台上开发的,DropDownList控件的实例代码,用的时候,先用VS2005建一个网站,把解压后的文件添加到网站,要自己设置一下数据库连接,不能直接用我的设置,不会的加我QQ757068361,ASP同行-This code was developed on ASP.NET platform, DropDownList control to an instance of code, when the first use VS2005 to build a web si
GridViewComboBoxFieldTest
- Sometimes, you need to use a DropDownList in a GridView in a way to see the text of fields and save values in to your database. Here, we have extended the “BoundField” class and added features to create a column type of “DropDownList”.
dropdownlist
- 呈现dropdownlist的二联级关系-Two cascaded relationship showing dropdownlist
dropdownlist
- 泛型集合dropdownlist数据绑定-The generic collection dropdownlist data binding
DropDownList
- 基于.NET 1.1平台,重写了DropdownList控件,加入了设置下拉控件列表的样式呈现功能。而在.NET 1.1 平台下的下拉列表不能呈现样式功能。从中也可学习编写服务器控件代码的一些思想。-Based on. NET 1.1 platform, to rewrite the DROPDOWNLIST control, joined the settings drop-down list of the style of a control function. In. NET 1.1 pl
dropdownlist
- 三级dropdownlist的简单应用,数据库需要采用3级id设置-Dropdownlist three simple applications, the database needs to Use Class 3 id set
dropdownlist
- 详细C#.net代码,详细的dropdownlist的应用代码,适合初学者学习与应用-Details C# .net code, detailed dropdownlist application code, suitable for beginners to learn and Applications
DropDownList_ListBox数据绑定
- 该示例演示了再asp.net环境下dropdownList控件数据绑定的使用方法。(the demo of dropdownlist data bind.)