E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ListBox
(9)C#之ADO.NET 两个
ListBox
联动案例
这次的案例是做两个
ListBox
的联动,例如第一个
ListBox
显示的是全国各省份的名称,然后在用户点击某一个省份的同时,第二个
ListBox
显示出该省份的各城市的名字。
考拉爱喵喵
·
2015-10-22 15:00
C
ListBox
C
ListBox
一:词条简介 CObject←CCmdTarget←CWnd←C
ListBox
C
ListBox
类提供Windows列表框的功能。
·
2015-10-21 13:57
listbox
稳扎稳打 Silverlight 5.0 系列文章索引
www.cnblogs.com/webabcd/archive/2012/03/05/2379862.html 1、稳扎稳打Silverlight(62) - 5.0控件之PivotViewer,
ListBox
·
2015-10-21 13:31
silverlight
稳扎稳打Silverlight(62) - 5.0控件之PivotViewer,
ListBox
和 ComboBox 新特性, OpenFileDialog 和 SaveFileDialog 新特性
[索引页][源码下载] 稳扎稳打Silverlight(62) - 5.0控件之PivotViewer,
ListBox
和 ComboBox 新特性, OpenFileDialog 和 SaveFileDialog
·
2015-10-21 13:27
silverlight
.netCF中后台多线程与UI界面交互的冻结问题
class MyForm : Form{
ListBox
lbData ; MyForm() { I
·
2015-10-21 13:53
.net
C# WinForm控件、自定义控件整理(大全)
基础 - 常用控件 C# WinForm开发系列 - CheckBox/Button/Label/ProgressBar WinForm下Checked
ListBox
的数据绑定 Winform
·
2015-10-21 13:46
WinForm
数据绑定以及Container.DataItem几种方式与用法分析
nbsp; 绑定到简单属性:<%#UserName%> 绑定到集合:<asp:
ListBox
·
2015-10-21 13:54
contain
使用javascript实现两个
listbox
中list的移动
说明: 1.
ListBox
为服务器端控件,list可以在服务器端初始化 2.Button可以为服务器端,也可以为客户端控件: 如果为服务器端控件,需要在页面初始化的时候为其添加事件处理为:&
·
2015-10-21 12:02
JavaScript
WPF Binding 的顺序问题
开始是这么写的 <
ListBox
SelectedItem="{Binding SelectedItem}" ItemSource="
·
2015-10-21 12:01
bind
asp.net中给
listbox
添加横向滚动条
经常在
listbox
中的数据项太长而不能看完,系统本身是有纵向滚动条,只能是对多项数据项有效,而如果太长,则只能自己解决, 一种解决办法: <div id='hello' style="
·
2015-10-21 12:18
asp.net
C#winfrom控件命名规范
序号 控件类型简写 控件类型 1 btn Button 2 chk CheckBox 3 ckl Checked
ListBox
·
2015-10-21 12:59
命名规范
winform中的
ListBox
和ComboBox绑定数据
将集合数据绑定到
ListBox
和ComboBox控件,界面上显示某个属性的内容 1 //... 2 //自定义了Person类(有Name,Age,Heigth等属性) 3
·
2015-10-21 12:24
combobox
为windows phone
listbox
添加触摸倾斜效果
在开发windows phone程序时,经常会用到
listbox
或者是longlistselector等列表控件。
·
2015-10-21 12:48
windows phone
测试
listBox
1.Items.Remove方法是利用ToString还是利用gethashCode来定位元素的
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namesp
·
2015-10-21 12:45
HashCode
Checked
ListBox
使用之获取选中值
1.使用Checked
ListBox
1.Items.Add循环方式 赋值: foreach (DataRow dr in ds.Tables[0].Rows) 
·
2015-10-21 12:46
checked
ContextMenu 中获得选中的 Item
nbsp; string header = (sender as MenuItem).Header.ToString();
ListBox
Item
·
2015-10-21 12:31
contextMenu
C#Winform版之CheckBox、Check
listBox
控件遍历代码
CheckBox,是各种开发语言环境和网页中常用的控件。下面,本文给大家讲解的是C#Winform版的CheckBox、控件遍历、全选、反选实例代码。①直接引用如果窗体form中存在CheckBox控件,直接引用的方法为:控件名称.属性=属性值例子:checkBox1.Checked = true;②遍历引用遍历引用有两种情况,其一为checkBox控件不包含在任何容器内;其二是checkBox控
·
2015-10-21 12:44
checkbox
转让
ListBox
自动滚动到底部
在
ListBox
中添加一条记录(
ListBox
.Items.Add方法)后,滚动条会自动回到顶部。我们可能更希望它自动滚动到底部,本文简要介绍几种方法。
·
2015-10-21 11:18
listbox
如何检测如果滚动条是否可见控件上
控件 (如 RichTextBox、 TreeView、 ListView、 列表框、 Dir
ListBox
,和 File
ListBox
不提供内置的功能
·
2015-10-21 11:21
滚动条
asp.net 中
ListBox
显示 2 列
后台绑定: DataTable dt = RateStorage.GetDataTable(2); foreach (System.Data.DataRow dr in dt.Rows) &nbs
·
2015-10-21 11:38
asp.net
wpf中的触发器
这里说一个简单属性触发器 在window中添加一个
listbox
<
ListBox
Name="l1" > &nb
·
2015-10-21 11:36
WPF
Checked
ListBox
邦定隐藏值
(方法一) checked
ListBox
1.Items.Add(ds.Tables["Ro"].Rows[i], false); private 
·
2015-10-21 11:02
checked
数据绑定以及Container.DataItem的具体分析
数据绑定以及Container.DataItem的具体分析 灵活的运用数据绑定操作 绑定到简单属性:<%#UserName%> 绑定到集合:<asp:
ListBox
id="
·
2015-10-21 11:01
contain
接口编程
请分析下面的代码: private void LoadList (object [] items,
ListBox
 
·
2015-10-21 11:59
编程
C# WinForm控件、自定义控件整理(大全)
C# WinForm开发系列 - CheckBox/Button/Label/ProgressBar WinForm下Checked
ListBox
的数据绑定 Winform 下无闪烁走马灯效果实现
·
2015-10-21 11:34
WinForm
WPF中显示任意目录的图片或其他资源文件
做的时候把照片全都加到项目里了,作为内容,在
ListBox
或其他控件中绑定,可以正常显示。但人员照片需要经常添加修改的,总不能每次都重新编译项目吧。
·
2015-10-21 11:05
WPF
数据绑定以及Container.DataItem几种方式与用法分析
; 绑定到简单属性:<%#UserName%> 绑定到集合:<asp:
ListBox
·
2015-10-21 11:22
contain
后台取得客户端控件的值(
ListBox
)
由于没有web编程经验,开始用的是服务端
ListBox
,在客户端通过脚本改变值后发到服务端后,发现客户端的操作没有起作用
·
2015-10-21 11:23
listbox
How to drag information from a DataGridView control
I had two main controls on the form: a
ListBox
that contained a list
·
2015-10-21 11:01
datagridview
在GridView内访问特定控件
我们会看到怎样去访问TextBox控件,DropDownList控件以及
ListBox
控件。
·
2015-10-21 11:55
GridView
C#支持文件拖拽
private void
listBox
1_DragEnter(object sender, DragEventArgs e) { if (e.Data.GetDataPresent
·
2015-10-21 11:43
C#
TextBlock can't be find in DataTemplate when use Coded UI Test
If you use textblock in DataTemplate, such as follow: <
ListBox
x:Name="manageJobs
ListBox
"
·
2015-10-21 11:25
template
如何将Hashtable中的数据排序绑定到控件中
今天遇到一个问题,就是我有一个
ListBox
需要帮定数据,但数据源是Hashtable,但是要求绑定的数据是排好序的,google了一下,找到一种利用ArrayList的Sort方法来实现的方法。
·
2015-10-21 11:09
Hashtable
几个以前项目中使用的函数
//作用:把
ListBox
中的全部内容转换成一个字符串,各个字段间用,分隔 // //参数:Lists,需要转换的
ListBox
.items
·
2015-10-21 11:32
函数
C#基于Socket的CS模式的完整例子
表17-6 添加控件列表 控 件 Name Text
ListBox
·
2015-10-21 11:42
socket
重新想象 Windows 8 Store Apps (5) - 控件之集合控件: ComboBox,
ListBox
, FlipView, ItemsControl, ItemsPresenter
[源码下载] 重新想象 Windows 8 Store Apps (5) - 控件之集合控件: ComboBox,
ListBox
, FlipView, ItemsControl, ItemsPresenter
·
2015-10-21 11:00
combobox
WPF中
Listbox
使用
但如果结构体内有多项,而我们只想显示其中一项的话,可以这样 <Style TargetType="
ListBox
Item"> <Setter Property
·
2015-10-21 11:10
listbox
C#的几个技巧
请分析下面的代码: private void LoadList (object [] items,
ListBox
l) { for (int i = 0; i <
·
2015-10-21 11:17
C#
Visual Studio 2005入门 之 列表框(
ListBox
) [视频]
列表框
ListBox
我也不知道怎么形容这个,反正网上用得很多!他的大概功能就是把下拉列表给长高了,然后不能从下面伸一截出来了,但是他一样可以装很多东西,而且有一优势,可以同时选择多个!
·
2015-10-21 11:57
listbox
[转帖]下拉列表可以输入也可以选择
转帖 http://www.bczs.net luojx(大鱼儿) 的 <html> <head><title>
ListBox
</title
·
2015-10-21 11:27
下拉列表
解决silverlight中“跨线程访问无效”错误
例如:给UI的
listbox
控件设置数据源: this.Posts.ItemsSource = blog.Posts; 注意blog.Posts是异步得到的一个数据源,这时就会出现“跨线程访问无效”
·
2015-10-21 11:21
silverlight
How to Move
ListBox
Items with the Mouse
The T
ListBox
Delphi component displays a collection of items in a scrollable list.
·
2015-10-21 10:15
listbox
改变菜单字体
procedure TForm1.FormCreate(Sender: TObject); begin //在
LISTBOX
·
2015-10-21 10:40
字体
ListBox
弹出菜单自动选中
加PopupMenu1
Listbox
1的PopupMenu属性设为PopupMenu1 procedure TForm1.
ListBox
1MouseDown(Sender: TObject; Button
·
2015-10-21 10:37
listbox
ListView简单排序
listview : sorttype :=stText 就會自動排序 menu 排序,可暗中用
listbox
排序,再更新menu內容 找一下delphi的help "OnColumnClick
·
2015-10-21 10:36
ListView
ASP.NET命名规范
LinkButton lkb ImageButton imb HyperLink hlk DropDownList ddl
ListBox
·
2015-10-21 10:57
asp.net
js 操作
listbox
赋值 function select1() { var controlname=document.getElementById("ddgame"); var name=document.get
·
2015-10-21 10:12
listbox
DELPHI学习笔记1
listbox
从文件中读取列表的操作
ListBox
1.Items.LoadFromFile(ExtractFilePath(Application.ExeName)+'aaa.txt');
ListBox
1
·
2015-10-21 10:46
Delphi
jquery
listbox
左右移动 并且取值
<head runat="server"> <title>无标题页</title> <script type="text/javascript" src="jquery-1.3.2.min.js"></script> <script type="
·
2015-10-21 10:39
listbox
DotNetNuke的bin目录和Rainbow的对比
├文件夹2:[bin] │ ├(1)Access.ApplicationBlocks.Data.dll 数据 │ ├(2)Country
ListBox
.dll
·
2015-10-21 10:07
dotnetnuke
上一页
38
39
40
41
42
43
44
45
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他