databind a checkbox control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave

    databind a checkbox control

    How do you databind a checkbox, "checkcontr ol", control to a field in a
    table, "MON". given that the dtr of the table is "somedatasource "?

    This doesn't work.

    checkcontrol.Da taSource= dtrsomedatasour ce["MON"];
    mone.DataBind() ;


Working...