I want to select only one column from table using where cluse using linq in asp.net
there i want to check id=ddlcombo1.selectedvalue
plz help me
i write this statment but it does not work
var cou = (from c in _db.country_m
where c.country_id == cu
select c.abbrivation);
Thanks and Regards,
Aparna Bhise