how to store the radio buttons checked value in a database (sql)using vb

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sreegans
    New Member
    • Apr 2008
    • 9

    how to store the radio buttons checked value in a database (sql)using vb

    Hi..

    I'm using 2 radio buttons in my form, for the user to select male or female..
    How to insert this value into the database....
    Any one pl help..
    Sree.
  • CyberSoftHari
    Recognized Expert Contributor
    • Sep 2007
    • 488

    #2
    You can get value from optButton.Value and write a query.

    Comment

    Working...