Hi,
I am facing an issue due to unavailability of RadAjaxServiceManager in the latest release 2009.2 build 701
I went through a few posts which states the same issue, i tried fixing the error by including ScriptManagerProxy in my page and including service reference path as shown below:
<asp:ScriptManagerProxy ID="m_UIKeyInfoAjax" runat="server">
<Services>
<asp:ServiceReference Path="~/WebServices/Framework/KeyInfo/NewRequests.asmx" />
<asp:ServiceReference Path="~/WebServices/Framework/KeyInfo/UpcomingInterviews.asmx" />
</Services>
</asp:ScriptManagerProxy>
Also in the Web servce file, i had included the following tag to make the webservice, a script callable one:
[System.Web.Script.Services.ScriptService]
However it has not solved my issue as the data which would be populated through a web method in the web service is not being displayed in my page.
We were not facing this issue earlier when the RadAjaxServiceManager class was available.
Please help me out to solve this issue.
Regards,
Damodar
I am facing an issue due to unavailability of RadAjaxServiceManager in the latest release 2009.2 build 701
I went through a few posts which states the same issue, i tried fixing the error by including ScriptManagerProxy in my page and including service reference path as shown below:
<asp:ScriptManagerProxy ID="m_UIKeyInfoAjax" runat="server">
<Services>
<asp:ServiceReference Path="~/WebServices/Framework/KeyInfo/NewRequests.asmx" />
<asp:ServiceReference Path="~/WebServices/Framework/KeyInfo/UpcomingInterviews.asmx" />
</Services>
</asp:ScriptManagerProxy>
Also in the Web servce file, i had included the following tag to make the webservice, a script callable one:
[System.Web.Script.Services.ScriptService]
However it has not solved my issue as the data which would be populated through a web method in the web service is not being displayed in my page.
We were not facing this issue earlier when the RadAjaxServiceManager class was available.
Please help me out to solve this issue.
Regards,
Damodar