When I insert the RadioButtonList control into a HTML table, there is a gap
of one line below the control and the cell border. I would like to remove
the white space gap below the RadioButtonList in order to make all the rows
in the table the same size.
Thanks.
JK - 26 Jun 2009 13:15 GMT
try add
RepeatLayout="Flow"
to RadioButtonList Property
> When I insert the RadioButtonList control into a HTML table, there is a gap
> of one line below the control and the cell border. I would like to remove
> the white space gap below the RadioButtonList in order to make all the rows
> in the table the same size.
>
> Thanks.