Monday, February 21, 2011

Problem in getting refernce to ajax extender control

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 mw
    schrodinger's code : can you post your .aspx or .ascx markup here?

0 comments:

Post a Comment