how can i make a default blank in my dropdown list?
what i currently doing is a blank value by adding row before binding but it is located at the bottom of the dropdown,but i wanted it to be the default.
thanks is advance.
Printable View
how can i make a default blank in my dropdown list?
what i currently doing is a blank value by adding row before binding but it is located at the bottom of the dropdown,but i wanted it to be the default.
thanks is advance.
ok got it by using insertAt.
ds.Tables(0).Rows.InsertAt(row, 0)