DropDownList from database and extra field

  • Thread starter Thread starter Piotrek \Alchemik\
  • Start date Start date
P

Piotrek \Alchemik\

Hello,

i'm trying to create dropdownlist which will include not only fields
from database binding, but would have an extra one or two fields, which
could let me choose something different, i.e. all fields or anything else.
Maybe somebody know what i should be looking for?
Thanks in advance

Piotrek
 
i'm trying to create dropdownlist which will include not only fields from
database binding, but would have an extra one or two fields, which could
let me choose something different, i.e. all fields or anything else.
Maybe somebody know what i should be looking for?
Thanks in advance

<DropDownListObject>.Items.Insert(0, new ListItem("", "0"));
 
Back
Top