Hello,
I want to have more than one webservice in same solution, and call them by javascript function,
I get an error that the 2nd one is undefined,what can be the problem?
<asp:ScriptManager ID="ScriptManager1" runat="server">
<Services>
<asp:ServiceReference< ...
Go to the complete details ...