Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
765
How to use web service with WebDropDown?
posted

Originally, my page has multiple asp:DropDownList controls that were cascading, using the <ajaxToolkit:CascadingDropDown>.  For example:

<div id="divSCP1" style="overflow:auto">
  <asp:DropDownList ID="ddlSCP1" runat="server" Width="300px">
  </asp:DropDownList><br />
  <ajaxToolkit:CascadingDropDown ID="cddSCP1"  runat="server"
      Category="Practice" TargetControlID="ddlSCP1"
      LoadingText="Loading Practices.."
      ServicePath="PopulateDropDownsService.asmx"
      ServiceMethod="GetPractices"
      SelectedValue='<%# DataBinder.Eval(Container.DataItem,"sprac1") %>' >
  </ajaxToolkit:CascadingDropDown>
 </div>

To provide consistency on the page, I replaced each of the asp:DropDownList controls with the Infragistics WebDropdown control.  Can I use the same service (that is referenced in the Service Path) with the WebDropDown control?

Thanks,
Chris


 


 

Parents
No Data
Reply Children
No Data