U can insert a emply item in the dropdown list using your code. You donot have to add a blank record in the database Mydropdownlist.DataSource = MyDataReader Mydropdownlist.DataBind() Mydropdownlist.Items.Insert(0, New ListItem("", "")) hope that this solve
your problem
sazizrahman
Member
154 Points
30 Posts
Re: DropDownList Question
Nov 17, 2003 02:49 AM|LINK
http://www.dotnetpanda.com