RadioButtonList question

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

Is it possible to access the table cells that are produced by a Radio
Button List? I've got them coming up in 3 columns but the columns don't
line up from row to row. I'd like to access the width of these td cells.

Thanks
Rob
 
Hi Rob,
You have a property called RepeatDirection for a radiobuttonlist which you
can use to display in rowwise or columnwise fashion. using RepeatDirection =
vertical in your case would help.
The Best
srini
 
Back
Top