Call ASP.NET Function From Javascript?
        Posted  
        
            by Matt S
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Matt S
        
        
        
        Published on 2008-08-06T17:16:36Z
        Indexed on 
            2010/05/10
            12:04 UTC
        
        
        Read the original article
        Hit count: 312
        
I'm writing a web page in ASP.NET. I have some Javascript, and I have a submit button with an onClick event.
Is it possible to call a method I created in ASP with Javascript's onClick event?
© Stack Overflow or respective owner