Why is the dropdown not showing my blank item first? Here is what I have
drpList.Items.Add(New ListItem(\"\", \"\")) With drpList .DataSource = myContro
You can use AppendDataBoundItems=true to easily add:
AppendDataBoundItems=true