I have combobox which is set as a Dropdownlist so,how can i put the index 0 as "select value"
ComboBox1.Items.Insert(0, "Select any value")
After executing i have got this result.
But i want this....
ComboBox1.Items.Insert(0, "Select any value")
After executing i have got this result.
But i want this....