I have user control in which there are text boxes no i am using the AJAX to populate the child controls dynamically however asp.net appending some string to child controls causing problems to write the JavaScript code.
Though i have tried getElementLike('key') which iterate elements and get the right one for me but this is really inefficient. So if anybody has any insight on this issue please provide you input/suggestions.
Thanks all,
-
Can we see some of your code along with some of the resultant code from view->source ?Antony Koch– Antony Koch2010-01-28 15:19:08 +00:00Commented Jan 28, 2010 at 15:19
Add a comment
|