but the Id is getting saved in database.
The table name is Company with two colummns com_id and com_name in Database
created a domaincontext also domain service ...... using RIA Services
//to load the Company
DictionaryDomainContext orgdemo = new DictionaryDomainContext();
LoadOperation
CmbOrg.ItemsSource = dict.Entities;
//the value code which is getting saved to Database
dc.Org_Name = CmbOrg.SelectedValue.ToString();
Pankaj RawatPosted Apr 6, 2013, 1:01 AM
Iam AjayPosted Apr 5, 2013, 2:56 AM
Pankaj RawatPosted Apr 5, 2013, 2:33 AM
dc.Org_Name=CmbOrg.SelectedItem.Tostring();