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: 258

Filed under:
|
|

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

Related posts about c#

Related posts about ASP.NET