Run a script inside a content page. ASP.NET
        Posted  
        
            by Roger Filipe 
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Roger Filipe 
        
        
        
        Published on 2010-05-28T13:19:08Z
        Indexed on 
            2010/05/28
            13:21 UTC
        
        
        Read the original article
        Hit count: 348
        
Hello, I have a masterpage and content page. And I'm trying to run a script that needs to be executed on the page loading. As I am using a master page do not have access to the field My doubt is how to run the script within the content page? And where the script has to be? the head of the master page or inside the content page?
© Stack Overflow or respective owner