SQL Query to fill default value in comboBox in C#
Sir, I need your help in the following topic.
I have a comboBox to fill countries.
Among them, there are two type items, one Default countries and non default.
I have to fill both types in ASC order.
eg:-
This is what I intended:-
Australia
India
UAE as default.
Austria
England
Germany
SouthAfrica
USA as non default.
Please help me in this topic