Click here to Skip to main content
15,884,092 members
Please Sign up or sign in to vote.
1.40/5 (2 votes)
See more:
hi How to provide validation for the dropdowncheckbox control and even i am selecting the values also it showing select only.


Regrads
Ravinder
Posted
Comments
Debabrata_Das 17-Jun-14 8:29am    
Could you please share your code changes?
SRS(The Coder) 18-Jun-14 2:16am    
What kind of validation you want on it, can you please elaborate ?

1 solution

This is the validator for dropdownlist
XML
<asp:RequiredFieldValidator InitialValue="0" ID="RequiredFieldValidator7"   runat="server" ControlToValidate="ddlUserStatus"  ErrorMessage="*"></asp:RequiredFieldValidator>
 
Share this answer
 

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