Hi,
I have one application, in which i am loading dynamically ascx. These webUserControls are dynamically loaded in Home.aspx page, In Home.aspx, i write this code for call webService in client side. Means Home.aspx page has a radAjaxManager, but i not want to put radAjaxManager on every ascx. Now my problem is that how i can use/call webservice in ascx without put radAjaxmanager in ascx. And i also want to some controls value of ascx into webService, for eg. textbox value or checkbox value. In home.aspx page -
<radA:RadAjaxServiceManager ID="RadAjaxServiceManager1" runat="server">
<WebServices>
<radA:WebServiceReference Path="~/Test.asmx" />
</WebServices>
</radA:RadAjaxServiceManager>
its urgent for me.
Thanks
I have one application, in which i am loading dynamically ascx. These webUserControls are dynamically loaded in Home.aspx page, In Home.aspx, i write this code for call webService in client side. Means Home.aspx page has a radAjaxManager, but i not want to put radAjaxManager on every ascx. Now my problem is that how i can use/call webservice in ascx without put radAjaxmanager in ascx. And i also want to some controls value of ascx into webService, for eg. textbox value or checkbox value. In home.aspx page -
<radA:RadAjaxServiceManager ID="RadAjaxServiceManager1" runat="server">
<WebServices>
<radA:WebServiceReference Path="~/Test.asmx" />
</WebServices>
</radA:RadAjaxServiceManager>
its urgent for me.
Thanks