HELP !!! Radio button font size change
-
I am trying to change the font size on a radio button !! i add data to the radiobutton threw a sql query. So the items are databound. But if i set the font size it stay by default 12, How will i be able to change the font size after the data has been bound to the Radio button ? Thank you ....... i hope.
-
I am trying to change the font size on a radio button !! i add data to the radiobutton threw a sql query. So the items are databound. But if i set the font size it stay by default 12, How will i be able to change the font size after the data has been bound to the Radio button ? Thank you ....... i hope.
You might be using theme. If yes, Do RadioButton.EnableTheming = false; This should now work if you are setting the font-size correctly.
Anurag Gandhi. http://www.softgandhi.co.nr Life is a computer program and every one is the programmer of his own life.