I have created dynamically the fields using Clone method. How can I name these controls uniquely? I have a radio button and the text fields. Now I have to hide and show controls when the Radio button clicked.How can I get the ID or name of the radio button? I appreciate any help.
Share
Fiddle with cloning: http://jsfiddle.net/eFkC7/3/
OR