R
Random
I need to generate a list of radio buttons, from either a database or an XML
file (I'd prefer to go the XL route). Now, for each item in my database/XMl
file, I have a foreign key to data that I will access through a Web Service
I've created. I would like to take the data that is returned and populate a
combo box next to the radio button (if applicable).
Is it possible to use the existing .NET controls (RadioButtonList,
DropDownList, Repeater) to give me this functionality, or do I need to
program all this in the Page_Load. I know I could do it in 10 minutes in
classic ASP, but I'm really trying to do this the "right" way for .NET. Any
suggestions would be greatly appreciated.
file (I'd prefer to go the XL route). Now, for each item in my database/XMl
file, I have a foreign key to data that I will access through a Web Service
I've created. I would like to take the data that is returned and populate a
combo box next to the radio button (if applicable).
Is it possible to use the existing .NET controls (RadioButtonList,
DropDownList, Repeater) to give me this functionality, or do I need to
program all this in the Page_Load. I know I could do it in 10 minutes in
classic ASP, but I'm really trying to do this the "right" way for .NET. Any
suggestions would be greatly appreciated.