腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
3
回答
DropDownList
将所选项目设置为true
、
我已经在ASP.net中添加了
DropDownList
。<asp:
DropDownList
ID="
DropDownList
1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="
DropDownList
1="
DropDownList
1_SelectedIndexChanged" OnTextChanged="
DropDow
浏览 0
提问于2013-01-18
得票数 1
回答已采纳
3
回答
SelectedIndexChanged用于在ASP.NET中多次触发以编程方式创建的下拉列表
、
、
请考虑以下几点:dim
dropdownlist
2 as new
dropdownlist
当任何下拉列表的
选择
发生更改时,SomeEvent都会按预期触发。但是,如果假设
DropdownList
2有一个
选择
,那么我可以使用
DropDownList</em
浏览 5
提问于2010-03-12
得票数 0
回答已采纳
1
回答
基于另一个下拉SelectedValue在DataList - c#中绑定一个下拉列表
、
、
、
我正在使用3
DropDownList
内的DataList。因此,每一行包含3个
DropDownList
。DataList还包含DataKeyField。现在,如果用户从
DropDownList
1中
选择
值,那么我希望绑定
DropDownList
2,如果用户从
DropDownList
2中
选择
值,那么我希望绑定
DropDownList
3。我使用的是SelectedIndexChanged,我能够得到相关的
DropDownList
选
浏览 1
提问于2015-01-21
得票数 0
1
回答
基于
Dropdownlist
C# Asp.Net的
dropdownlist
、
、
、
我有3个
dropdownlist
,我已经根据
dropdownlist
1的SelectedValue设置了
dropdownlist
2,但我的
dropdownlist
3没有基于
dropdownlist
2中的
选择
的响应{
DropDownList
2.Items.In
浏览 4
提问于2019-10-07
得票数 0
1
回答
当
选择
dropdownlist
1上的某一项时,自动
选择
dropdownlist
2上的某一项
、
、
我希望在
dropdownlist
1上
选择
项目x5时,在
dropdownlist
2上自动
选择
项目y0
浏览 8
提问于2019-07-12
得票数 2
回答已采纳
2
回答
如何为下拉
选择
项c#分配值
、
下拉列表项目如果用户
选择
dropdownlist
1中的任何项,则应增加值2;如果用户
选择
dropdownlist
2中的任何项,则应增加值2。sender, EventArgs e)
浏览 0
提问于2014-01-01
得票数 1
回答已采纳
2
回答
如何在网格视图的编辑模式下从
dropdownlist
中获取所选值
、
我想在单击特定行中的编辑按钮时绑定一个
DropDownList
。
DropDownList
必须显示部门名称。但是,当我从模板中按下编辑图像按钮时,从
DropDownList
中
选择
的值始终是该
DropDownList
中的第一个值。ID="
DropDownList
1" runat="server"></asp:
DropDownList
> </EditItemTempla
浏览 0
提问于2016-04-06
得票数 1
1
回答
使用jQuery从
DropDownList
中自动
选择
选项
我有一个场景,我有几个下拉列表,如下所示:
DropDownList
2TextBox
DropDownList
5 现在,当我从
DropDownList
1中
选择
一个值时,它在
DropDownList
4中应该会自动被选中。当我在
DropDownList
浏览 3
提问于2012-02-28
得票数 0
1
回答
过滤SharePoint 2007 web部件中以前的下拉列表
、
、
我有四个控件;三个
DropDownList
框和常规列表框。我正在为每个数据收集以下SharePoint数据:
DropDownList
2 =
DropDownList
1
选择
的站点集合Listbox =
DropDownList
3中
选择
的文档库 由于每个函数都是彼此的函数,我如何在C#
浏览 1
提问于2010-12-21
得票数 0
回答已采纳
2
回答
如何向drowpDownList添加空替代项
、
我正在填充下拉列表,如下所示:
dropdownlist
.DataSource= categories.Items;
dropdownlist
.DataTextField= "Title";
浏览 4
提问于2013-01-18
得票数 0
回答已采纳
2
回答
如何在详细视图控件中添加下拉列表
如何在DetailView控件中放置下拉列表?我已经将字段转换为模板,但在添加下拉列表时出现了一些问题,基本上没有将数据绑定到我的表中。我只是想在下拉列表中有一些静态数据,但当我点击Update按钮时,它应该会保存这些数据。我将DetailView设置为编辑模式。谢谢 BackColor="#CCCCCC" BorderColor="#9999
浏览 2
提问于2012-10-05
得票数 0
回答已采纳
1
回答
根据对
DropDownList
1所做的
选择
自动
选择
DropDownList
2中的值
、
、
我正在尝试根据用户在
DropDownList
1中
选择
的值自动
选择
DropDownList
2中的值。 我如何实现这一点?更多细节:
DropDownList
1显示城市列表,如果用户
选择
City1,则
DropDownList
2会自动
选择
LakePopular (其中
DropDownList
2显示城市的独特之处)。
浏览 2
提问于2012-01-17
得票数 1
2
回答
ASP.net C#中的
Dropdownlist
列表
、
我有两个下拉列表‘.
DropDownList
2(不绑定到数据源)和
DropDownList
3(绑定到数据源)现在的问题是,当我
选择
DropDownList
2.SelectedItem.Text == "Reg",STA和STM不存在。我希望STA和STM值回到下拉列表中
选择
'Reg‘。当我第一次加载我的页面并
选择
'Reg‘时,<
浏览 2
提问于2010-11-16
得票数 0
回答已采纳
1
回答
如何使用
dropdownlist
在日历上
选择
要执行的事件
、
我想使用
dropdownlist
在日历上
选择
要做的事件 如果我
选择
dropdownlist
is " Birthday“,日历将显示生日事件如果我
选择
dropdownlist
is " Party”,日历将显示
浏览 2
提问于2014-11-11
得票数 0
1
回答
在gridview中添加了textbox和
dropdownlist
。现在在textbox1中,我想从数据库中获取价格。
");
DropDownList
ddl2 = (
DropDownList
)Gridview1//
DropD
浏览 3
提问于2016-04-13
得票数 0
1
回答
ASP.NET,当
dropdownlist
1
选择
更改时刷新
dropdownlist
2?
第一个(
dropdownlist
1)直接从表中提取。第二个(
dropdownlist
2)也从表中提取,但在WHERE子句中使用从
dropdownlist
1中
选择
的值。如何在用户在
dropdownlist
2中进行
选择
之后更新/刷新
dropdownlist
1?(如果由代码完成,则使用VB ) 我尝试过将
dropdownlist
1的“自动回发”属性设置为"true“,并且这种方法最终起作用了。唯一的问题是,如果我继续更改
dropd
浏览 1
提问于2012-03-13
得票数 0
1
回答
网格视图页脚中的
Dropdownlist
列表框
、
、
我在Gridview的页脚中有一个2
DropDownList
框,我试图根据第一个框中的
选择
更新另一个
DropDownList
框的值。 Di
浏览 3
提问于2014-10-10
得票数 0
回答已采纳
1
回答
SelectedValue in
DropDownList
无法
选择
任何值(VB.Net、Asp.Net)
、
、
我的表单中有一个
DropDownList
,我使用下面这样的代码添加了这些列表: .Items.Clear() .Items.Add(New ListItem("01", "1"))End With 下面是我在
选择
DropDownList<
浏览 1
提问于2016-02-22
得票数 0
回答已采纳
2
回答
如果下拉列表自动回滚属性为true,则
选择
任意值,即自动
选择
索引1
、
、
我有3个下拉列表,当我
选择
第一个下拉列表时,填充第二个和第三个下拉列表,当我
选择
第三个下拉列表时,它是自动
选择
索引1的,无论是下拉式,第二个还是第三个。我想做一些工作,第三下拉选定的索引变化。这是我的aspx代码<form id="form1" runat="server"> <asp:
DropDownList
ID="
DropDownList
1" runat>
浏览 0
提问于2013-09-17
得票数 0
回答已采纳
2
回答
在DropDown Selected_Indexchanged event中,SelectedValue始终在第一个值中重置
、
、
、
、
.DataSource = table;
DropDownList
2.DataValueField = "sname";
DropDownList
2.DataTextField = "s
浏览 1
提问于2013-10-28
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
选择伦敦,选择IT咨询,选择热爱生活与艺术
【CSS选择符】后代选择符
选择外卖跑腿系统时,该如何选择呢?
类选择符和ID选择符
泊捷智慧项目加盟:选择我们,选择智慧
热门
标签
更多标签
云服务器
ICP备案
实时音视频
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券