D
Danny Ni
Hi,
I have the following sample data from a SQL server table:
Category Item
---------- ---------
cat1 item101
cat1 item102
cat1 item103
cat2 item201
cat2 item202
I want to careate an ASPX page to display a radio button attached to every
item and allow user to choose one and only one item within each category.
What is the easiest way to do it in ASP.Net.
Thanks In Advance
I have the following sample data from a SQL server table:
Category Item
---------- ---------
cat1 item101
cat1 item102
cat1 item103
cat2 item201
cat2 item202
I want to careate an ASPX page to display a radio button attached to every
item and allow user to choose one and only one item within each category.
What is the easiest way to do it in ASP.Net.
Thanks In Advance