another possibility is in sql server, something like
select field01, field02 from tablename union '<< Chose One>>' as aa, -1 as
bb from tablename
and then .bind in codebehind etc.
John Bickmore
www.MyReader.net
"Cirene" <ci****@nowhere.comwrote in message
news:uI**************@TK2MSFTNGP03.phx.gbl...
>I have a databound drop down list. What is the easiest way to put the 1st
item as "choose one"?
Thanks.