Jan 31, 2006 #1 MDTekUser Technical User Dec 25, 2005 68 US For some reason even if I set the selectedindex to -1 it will still show the first item in the dropdown. How can I get the dropdown to show nothing at page load? I'm binding to a datareader.
For some reason even if I set the selectedindex to -1 it will still show the first item in the dropdown. How can I get the dropdown to show nothing at page load? I'm binding to a datareader.
Jan 31, 2006 Thread starter #2 MDTekUser Technical User Dec 25, 2005 68 US Don't worry, I figured it out. Something like this.ddlEmployees.Items.Insert(0,""); Upvote 0 Downvote