FineUI 官方论坛

标题: 为什么我的Dropdownlist获取不到用户输入的Text值? [打印本页]

作者: zbd695321    时间: 2015-3-25 21:34
标题: 为什么我的Dropdownlist获取不到用户输入的Text值?
[attach]7335[/attach]
[attach]7336[/attach]


部分源代码
  1. <f:Grid ID="Grid1" ShowBorder="true" ShowHeader="False" Title="表格" Width="560px" Height="250px" runat="server" EnableCollapse="true"
  2.                   DataKeyNames="ID" Margin="5">
  3.                   <Toolbars>
  4.                     <f:Toolbar ID="Toolbar2" runat="server">
  5.                       <Items>
  6.                         <f:DropDownList ID="DropDownList_F阀位号" runat="server" Label="F阀位号" LabelWidth="60px" Width="150px" EnableEdit="True" ForceSelection="False"></f:DropDownList>
  7.                         <f:DropDownList ID="DropDownList_Y源状态" runat="server" Label="Y源状态" LabelWidth="65px" Width="150px" EnableEdit="True" ForceSelection="False"></f:DropDownList>
  8.                         <f:DropDownList ID="DropDownList_M目标状态" runat="server" Label="M目标状态" LabelWidth="80px" Width="150px" EnableEdit="True" ForceSelection="False"></f:DropDownList>                     
  9.                         <f:Button ID="Button_增加" runat="server" Text="增加" OnClick="Button_增加_Click"></f:Button>
  10.                         <f:Button ID="Button_减少" runat="server" Text="-" OnClick="Button_减少_Click"></f:Button>
  11.                       </Items>
  12.                     </f:Toolbar>
  13.                   </Toolbars>
复制代码
  1. protected void Button_增加_Click(object sender, EventArgs e)
  2.     {
  3.       if (string.IsNullOrEmpty(DropDownList_F阀位号.SelectedText) && string.IsNullOrEmpty(DropDownList_F阀位号.Text))        
  4.       {
  5.         Alert.Show("请完整填写相关数据!");
  6.         return;
  7.       }
  8. }
复制代码




作者: 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