actually. In my database there are few tables which holds static information. Like InvoiceStatus{Initiated, Approved, Paid etc} Customer Type{Retail or Corporate}
We are using Devexpress components. If we will be able to get statuses as hashtable then it will be easy to bind the devexpress comboboxes. Because currently when I am using EntityCollection<CustomerType> object, from the databse I am able to load all the rows from CustomerType table into EntityCollection<CustomerType> successfully. But dont know how to bind this collection to the Devexpress combobox.
Hope I am able to define what I am looking for.
Regards