I'm working with ASP.NET (2.0), and we want to generate a group of radio buttons from a data source. This is simple enough using RadioButtonList, but we want the text associated with each radio button to have more formatting...in particular, some of the text should be regular weight, some bold. This doesn't seem like a good match for RadioButtonList.I'm working with ASP.NET (2.0), and we want to