Check box value

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dougancil
    Contributor
    • Apr 2010
    • 347

    Check box value

    I have a datagridview that I have a combo check box for a value that will be added back to my table in my database. My question is how do I make the value of "checked" equal "yes" in my database?
  • halawadh
    New Member
    • Jun 2007
    • 1

    #2
    For example :

    If check1.value=vb checked then
    myvalue="yes"
    else
    myvalue="no"
    endif

    Comment

    Working...