User407913834 posted
I have an ASP.Net composite control which has an associated AJAX control. For example, the composite control contains a textbox and a calendar image. The AJAX control adds handlers to the click event of the image, change event of the textbox etc.
I need to clone the control in JavaScript. I am able to use cloneNode, modify the ID's and append to the document. This adds a new textbox and calendar image to the page. However, it does not create the AJAX Control or clone the
handlers. Is there any way to do this?
Thanks, Angie