hi,
I am having problem in getting reference of Ajax control extender using $find() or $get or document.getElelmentById() functions in java script
Can any one tell me how can to do this?
Thanks in advance :)
From stackoverflow
-
Try this
$get('<%=extenderId.ClientID %>') or document.getElementById('<%=extenderId.ClientID %>')
Neo : i already tried it but it wont work for mwschrodinger's code : can you post your .aspx or .ascx markup here?
0 comments:
Post a Comment