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.
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 ...
Comment