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 :)
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 :)
Try this
$get('<%=extenderId.ClientID %>') or document.getElementById('<%=extenderId.ClientID %>')