Hi Friends,This is my first post from this site.I am newbie in the dotnet world.I have so many doubts.
I want to retrieve data from the database and add those items to data bound controls.
asp:RadioButtonList
asp:CheckBoxList
asp:DropDownList - [http://www.dotnetfunda.com/codes/code77-retriving-data-from-database-and-add-items-to-dropdownlist.aspx]
asp:Listbox
I got an idea for the dropdownlist from the above link.I want the same code for Radiobuttonlist,CheckboxList and Listbox.I want to bind data using datareader and dataset.Please give me a simple example.