मैं एक CheckBoxList नियंत्रण है कि मैं कम से कम एक बॉक्स की जांच की जरूरत पड़ती है करना चाहते हैं मिल गया है, यह कोई बात नहीं अगर वे हर एक की जाँच करें, या 3, या यहाँ तक कि सिर्फ एक।
asp.net के मान्यता नियंत्रण की भावना में, क्या मैं इस लागू करने के लिए उपयोग कर सकते हैं? मैं भी अजाक्स सत्यापन एक्सटेंडर उपयोग कर रहा हूँ, तो यह अच्छा होगा यदि यह अन्य नियंत्रण की तरह नहीं कुछ codebehind में घटिया सर्वर सत्यापित करें विधि लग सकता है, और होगा।
<asp:CheckBoxList RepeatDirection=Horizontal RepeatLayout=Table RepeatColumns=3 ID=ckBoxListReasons runat=server>
<asp:ListItem Text=Preliminary Construction Value=prelim_construction />
<asp:ListItem Text=Final Construction Value=final_construction />
<asp:ListItem Text=Construction Alteration Value=construction_alteration />
<asp:ListItem Text=Remodel Value=remodel />
<asp:ListItem Text=Color Value=color />
<asp:ListItem Text=Brick Value=brick />
<asp:ListItem Text=Exterior Lighting Value=exterior_lighting />
<asp:ListItem Text=Deck/Patio/Flatwork Value=deck_patio_flatwork />
<asp:ListItem Text=Fence/Screening Value=fence_screening />
<asp:ListItem Text=Landscape - Front Value=landscape_front />
<asp:ListItem Text=Landscape - Side/Rear Value=landscape_side_rear />
<asp:ListItem Text=Other Value=other />
</asp:CheckBoxList>













