Search code examples
c#asp.netradiobuttonlist

Is it possible to change a radiobuttonlist so that it put's a div around each input/label?


So that rather than <input><label> I can get <div><input><label></div> for each of the items in my datasource?


Solution

  • If you want that level of control, you'll need to use something like a ListView.