Call javascript function from asp.net code behind after server side code executes

Posted by Dkong on Stack Overflow See other posts from Stack Overflow or by Dkong
Published on 2010-05-25T13:13:36Z Indexed on 2010/05/25 13:21 UTC
Read the original article Hit count: 233

Filed under:
|

I have an asp.net button, that when clicked calls a code behind function. The function does some evaluation, and then I want to call javascript from within this asp.net function.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript