.net - calling serverside method from javascript -



want call server side c# function javascript.

i used way given in this article.

this works fine when did same steps in new asp.net application.
when repeat same steps in application on working give error:

"pagemethods undefined".

i working on .net 4.0.

have enabled page methods on scriptmanager?

<asp:scriptmanager id="scriptmanager1" enablepagemethods="true" runat="server" />


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -