add items in radioButtonList in inline code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • raghulvarma
    New Member
    • Oct 2007
    • 90

    add items in radioButtonList in inline code

    How to add items in radioButtonList in inline code is it possible to do that?
    I know how to do that in codebehind but I need to do that in inline code.
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    hi ...

    of course ... it is possible, you could use the createElement() and appendChild() or insertBefore() methods for your purpose ... but please post an (html)-example to demonstrate your needs ... especially point out what action should initiate the adding of elements ...

    kind regards

    Comment

    Working...