Call javascript function from asp.net code behind after server side code executes
- by Dkong
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.