How to show distinct values in to Combo Box from data base
Hi sir,
Here i am writing display distinct values into combo Box from data base
SqlDataAdapter da = new SqlDataAdapter("Select distinct ino,cgname from pdetails1", con);
like this i am writing i am not getting distinct values ...
please give me the ans...