代码搜索:控件交互
找到约 10,000 项符合「控件交互」的源代码
代码结果 10,000
www.eeworm.com/read/41682/920939
ctl 警报控件.ctl
www.eeworm.com/read/34868/1046484
doc mfc控件.doc
www.eeworm.com/read/41587/1145536
vi 日历控件.vi
www.eeworm.com/read/41587/1145590
vi 隐藏控件.vi
www.eeworm.com/read/169773/5411117
txt table控件.txt
1.Table控件
2.动态改变表的内容
this.Table1.Rows[0].Cells[0].Text="cell 1";
this.Table1.Rows[1].Cells[0].Text="cell 2";
3.动态构建表
for(int i=0;i
www.eeworm.com/read/169773/5411196
txt 验证控件.txt
验证控件-----------------
公共属性
ControlToValidate:指定需要验证的控件
Disaplay:消息如何显示
ErrorMessage:错误提示
-------------------------
RequiredFieldValidator
多个控件一块验证是:Display=Dynamic,让错误信息显示在相同的地方。
1.检查相应不能为空
-
www.eeworm.com/read/169773/5411214
txt 列表控件.txt
ListBox
DropDownList
CheckboxList
RadioButtonList
---------------------
Item表示各条项目
item.Text文本
item.Selected表示是否选中
listbox.SelectedIndex表示索引
www.eeworm.com/read/169773/5411278
txt 树状控件.txt
安装 Microsoft IE Web Control 它不是VS.NET的一部分
using Microsoft.Web.UI.WebControls;//树状控件
private void Page_Load(object sender, System.EventArgs e)
{
if(!Page.IsPostBack)
{
//加载机构