PageMethod problem not working problem break point never gets hit in the code behind. I am using a javascript
to call the ajax function. function onSuccess_ and function onFailed_ also never gets called.
Well I got the error fixed.
add EnablePageMethods="true"
in
<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="true" />
|