can we call javascript functionction from static webmethod,if yes then how,,,if no then what is other option to call javascript function from webmethod.
Hi,
A WebMethod is called by AJAX. You can write JavaScript to run after your AJAX call returns, but you can't call javascript inside your C#.
Call the JavaScript function upon successful completion (callback) of the call to the WebMethod in your JS code.
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.