Hi all,
How do Bind Datas in Combo Box Using Domain Service In Silverlight..
Please Explain In Detail...........
Thanks In Advance,
Kannan.S
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
kannan sPosted Jul 6, 2010, 12:37 AM
I want to bind datas like empname... so i want to bind it using domain service...
Mahesh ChandPosted Jul 5, 2010, 11:32 AM
What kind of data format are you getting? If you have any data in a list or collection formats, you can direct bind to a ComboBox. IF you do not have, you can convert/store in an array or collection.
Here is an example:
Bind an Enumeration in C#