prav_roy
Well-known member
hi,
in my application i am binding my combobox to datatable, it works fine
but problem is that i want to display "select Name" at index=0
in asp.net i could use something like
cmbbx.items.insert(0,new listitems("Select Name",0))
is there anything like this in windows application..
Thank You
in my application i am binding my combobox to datatable, it works fine
but problem is that i want to display "select Name" at index=0
in asp.net i could use something like
cmbbx.items.insert(0,new listitems("Select Name",0))
is there anything like this in windows application..
Thank You