Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,
I have a problem to add required field validator for listbox.
when I fill the listbox with the values and submit the record it works perfectly. before submiting the record it checks for the required field in the listbox.
But after submitting the record if I try to submit another record even if the listbox has the values it again ask the required field.

XML
<td width="40%" align="center">
                                    <asp:ListBox ID="lstSelectedStudents" runat="server" Width="150px" Height="120" SelectionMode="Multiple"></asp:ListBox>
                                </td>
                                <td align="center" width="10%">
                                    <%--<asp:RequiredFieldValidator ID="Rfv_lstSelectedStudents" runat="server" ControlToValidate="lstSelectedStudents" ErrorMessage="Select student list" Text="*" ValidationGroup="Vg_Activity" ForeColor="Red" Display="Dynamic"></asp:RequiredFieldValidator>--%>
                                    
                            </tr>

Please help...
Posted
Updated 11-Jul-13 2:59am
v2
Comments
Yuriy Loginov 11-Jul-13 10:08am    
do you change the selected value in the list box when you do a second submit or do you keep the same value that was selected on the first submit?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900