By cloning the object, we create another cloned obj with the same id. Is there any way of changing the object's id?
if im cloning a row containing 4 text boxes, 3 check boxes and 6 drop-downs,
my cloned row contains the same elements with the same ID. how can i dynamically change my cloned element's IDs?
Id of the cloned objectjanaki Govindan October 14, 2011 at 7:57 PM
By cloning the object, we create another cloned obj with the same id. Is there any way of changing the object's id? if im cloning a row containing 4 text boxes, 3 check boxes and 6 drop-downs, my cloned row contains the same elements with the same ID. how can i dynamically change my cloned element's IDs?
Thank yousid December 27, 2012 at 2:43 PM
Thank you very kind :D
Post your Comment