FineUI 官方论坛

标题: 下拉列表框 验证问题? [打印本页]

作者: Xiaonn    时间: 2013-5-8 17:31
标题: 下拉列表框 验证问题?
代码如下:
我想点击提交按钮时验证下拉列表框(ID=txtDeptApprover)必须选择了aa或bb值,如果是<xistItem Text=="--Pls Select--"  Value="" />就提示要选择,如何设置啊?谢谢

               <Items>
               <x:Form ID="formOut" runat="server" BodyPadding="3px" EnableBackgroundColor="true" ShowBorder="false" ShowHeader="false">
                <Rows>
<x:FormRow ID="FormRow14" runat="server" >
                                <Items>
       <x:Button ID="btnConfirm" runat="server" Text="Submit(提交)" ValidateForms="formOut" HideMode="Visibility"></x:Button>
        </Items>
                            </x:FormRow>  
      <x:FormRow ID="FormRow14" runat="server" >
                                <Items>
                                    <xabel ID="Label18" runat="server" Width="160px" CssClass="inline" ShowLabel="false" Text="Dept Approver:" ></xabel>
                                    <xropDownList ID="txtDeptApprover" runat="server" >
<xistItem Text=="--Pls Select--"  Value="" />
<xistItem Text=="aa"  Value="aa" />
<xistItem Text=="bb"  Value="bb" />

</xropDownList>
                                </Items>
                            </x:FormRow>
</Rows>
            </x:Form>
               </Items>

作者: 不轻言放弃    时间: 2013-5-17 01:07
后台提交的时候获取选中的TEXT来判断不就可以了嘛




欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/) Powered by Discuz! X3.4