Databound Dropdown List to a binary field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to create a databound dropdown list with "Yes" = 1 and "No" = 0.

I set the collection up with the two values and databind it to a binary
field (sql server) and the only entry in dropdown is "True" or "False"
depending on the value in the field.

What am I doing wrong?

Thanks,

Doug
 
Back
Top