C# .NET - how to set default value as " Select" in combobox in c#?
Asked By aileni giri on 31-Oct-12 04:52 AM
i have bind one table values (Country names) to combobox.And
i have added the lins Comb1.Items.Add("Select");
but it is not taking the value.... help me out
tnx advance