Hi all,
I need the radbutton control not to autogenerate styles. I'd like to style the control with my css style sheet.
To put it simple, if I check the generated HTML for the control, I find something like:
class="RadButton RadButton_Default rbSkinnedButton myCssClass"
I don't want the first 3 class, but only my own class, myCssClass
Is there anyway to work it around?
Thank you