how to override RadioButtonList render?

  • Thread starter Thread starter DesignerX
  • Start date Start date
D

DesignerX

I want to draw the radiobuttons (each listitem) in a different place than
the default of under or beside each other.

Does anyone know how this is possible?

Thanks,
Stan
 
Hi,

I never done it with RaddioButtonList (just with other control). you can
create your own custom server control derived from RaddioButtonList and
override the render method.

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top