how can i call a javascript function when an ASP.net validation summary is filled
        Posted  
        
            by july
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by july
        
        
        
        Published on 2010-06-17T08:59:16Z
        Indexed on 
            2010/06/17
            9:03 UTC
        
        
        Read the original article
        Hit count: 217
        
i have a validationSummary in my page. i want to call a javascript function after the validationSummary is filled. how can i achieve this?
i think i should add an attribute in the code behind, but i can't figure out what is the attribute's key.
any help?
© Stack Overflow or respective owner