
In this article I will create a sample application that subscribes developer’s journal on user’s request. In this application I will try to explain you how you can use CheckBoxList and RadioButtonList. ASP.Net and ASP.Net 2.0 came with very good featured server controls. Among these server controls we find two useful controls that are CheckBoxList and RadioButtonList control. CheckBoxList control is quite similar to CheckBox control. The only difference you find is, in CheckBoxList control you work with collection of CheckBox and in simple CheckBox you work with simple control.
|