Here Mudassar Ahmed Khan has explained a Custom ASP.Net Server control DropDownCheckBoxes which is a Multiple Selection DropDownList consisting of a CheckBoxList control within it.
This control is a pure Server side control which combines all the events and properties of an ASP.Net DropDownList and CheckBoxList and it also includes its own RequiredFieldValidator that performs validation as the ASP.Net RequiredFieldValidator.
↧