.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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -