This is a migrated thread and some comments may be shown as answers.

How To Fill ComboBox With Help of WCF Rai Services

1 Answer 40 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
miral shah
Top achievements
Rank 2
miral shah asked on 02 May 2012, 03:32 PM
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

1 Answer, 1 is accepted

Sort by
0
David
Top achievements
Rank 1
answered on 19 May 2012, 05:51 PM
hi..this is so nice
Tags
General Discussions
Asked by
miral shah
Top achievements
Rank 2
Answers by
David
Top achievements
Rank 1
Share this question
or