loading "child page" inside "parent page" through javascript and functionality of "child page" throws ERROR
        Posted  
        
            by 
                user1304589
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1304589
        
        
        
        Published on 2012-03-31T05:23:17Z
        Indexed on 
            2012/03/31
            5:29 UTC
        
        
        Read the original article
        Hit count: 588
        
i have a masterpage. Its content place holder i.e page "parent page", contains a button "Call Batch". On click "Call Batch", the "child page" is loaded in div of "parent page" using javascript without refresh! Now this "Child Page" contains a label and a button. On click of button the text of label shoud change. I want the functionality of "child page" on "parent page". I got the "child page" in "parent page" div but the functionality of "child page" is lost and i am getting error.Where to put the code of button click event which changes the text of label?
Please Help.
© Stack Overflow or respective owner