This demo illustrates how to use data-binding to dynamically
create a radio button list based on database information.
The data below is from the
Sample Chapters Database.
First, the radio button list is bound to the tblPublishers table. Then,
when you select a publisher, a DataGrid Web control is populated with
the books provided by the selected publisher. (Adding paging to the DataGrid would be
a snap. Just read: Paing
Database Results in ASP.NET!)