FineUI 官方论坛
标题:
为什么我的Dropdownlist获取不到用户输入的Text值?
[打印本页]
作者:
zbd695321
时间:
2015-3-25 21:34
标题:
为什么我的Dropdownlist获取不到用户输入的Text值?
[attach]7335[/attach]
[attach]7336[/attach]
部分源代码
<f:Grid ID="Grid1" ShowBorder="true" ShowHeader="False" Title="表格" Width="560px" Height="250px" runat="server" EnableCollapse="true"
DataKeyNames="ID" Margin="5">
<Toolbars>
<f:Toolbar ID="Toolbar2" runat="server">
<Items>
<f:DropDownList ID="DropDownList_F阀位号" runat="server" Label="F阀位号" LabelWidth="60px" Width="150px" EnableEdit="True" ForceSelection="False"></f:DropDownList>
<f:DropDownList ID="DropDownList_Y源状态" runat="server" Label="Y源状态" LabelWidth="65px" Width="150px" EnableEdit="True" ForceSelection="False"></f:DropDownList>
<f:DropDownList ID="DropDownList_M目标状态" runat="server" Label="M目标状态" LabelWidth="80px" Width="150px" EnableEdit="True" ForceSelection="False"></f:DropDownList>
<f:Button ID="Button_增加" runat="server" Text="增加" OnClick="Button_增加_Click"></f:Button>
<f:Button ID="Button_减少" runat="server" Text="-" OnClick="Button_减少_Click"></f:Button>
</Items>
</f:Toolbar>
</Toolbars>
复制代码
protected void Button_增加_Click(object sender, EventArgs e)
{
if (string.IsNullOrEmpty(DropDownList_F阀位号.SelectedText) && string.IsNullOrEmpty(DropDownList_F阀位号.Text))
{
Alert.Show("请完整填写相关数据!");
return;
}
}
复制代码
作者:
zy32002
时间:
2015-3-25 22:38
怎么绑定的 DropDownList ??
作者:
zbd695321
时间:
2015-3-26 17:20
DropDownList 无绑定 无任何初始值.
作者:
zy32002
时间:
2015-3-26 17:59
zbd695321 发表于 2015-3-26 17:20
DropDownList 无绑定 无任何初始值.
无绑定你怎么获取text???
作者:
zbd695321
时间:
2015-4-1 20:38
绑定的只是List项目与后输入的TEXT无关啊.
欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/)
Powered by Discuz! X3.4