How can I create and call a javascript function on a dynamically loaded user control?

Posted by Ratan on Stack Overflow See other posts from Stack Overflow or by Ratan
Published on 2010-05-25T21:15:55Z Indexed on 2010/05/25 21:21 UTC
Read the original article Hit count: 261

when i try to call a javascript function in a dynamically loaded user control, it cannot find the function specified. I have a user control for organizationDetails.ascx. In there, I am using modal popup extender to get some information from the user and then i verify the address through google and suggests the proper format. I am trying to use a java script for a function called for onBlur of a textbox but the mozilla firebug says that the function is not defined, which is not the case. It would be great if someone can help me out here.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about asp.net-ajax