Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > General Discussions > How To Fill ComboBox With Help of WCF Rai Services

Not answered How To Fill ComboBox With Help of WCF Rai Services

Feed from this thread
  • miral shah avatar

    Posted on May 2, 2012 (permalink)

    Dear Sir/Madam,

    I hope you receive this post in your pink health. Well, i developing sliverlight application with help of WCF Rai Services and Entity FrameWork. Now, my simple question is i have radcombo box. having data template..[ Employee Name, City,Degisnation]

    I have EF  having table Employee and Degisnation

    I have made class

    public class EmployeeDesgination
    {
    public int Id {get;set}
    public string Name {get;set}
    public string Degisnation {get;set}
    }

    How do i fill above class with data with help of EF and how do i return its generic list to client side and fill combo.

    anticipating good response.

    Thanking you,
    Miral Shah

    Reply

  • Posted on May 19, 2012 (permalink)

    hi..this is so nice

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > General Discussions > How To Fill ComboBox With Help of WCF Rai Services