views:

14

answers:

1

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 :)

A: 

Try this

$get('<%=extenderId.ClientID %>') or document.getElementById('<%=extenderId.ClientID %>')

schrodinger's code
i already tried it but it wont work for mw
Neo
can you post your .aspx or .ascx markup here?
schrodinger's code