Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. How to get radio button values in sql 2000

How to get radio button values in sql 2000

Scheduled Pinned Locked Moved Database
helpquestioncsharpdatabase
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rrrriiizz
    wrote on last edited by
    #1

    Hello all am creating simple application in vb.net 2005 sql server 2000 as my back end, My problem is for gender identification am creating Radio buttons in the Frontend. How do I Specify data type (varchar/ navarchar/float) for that Radio buttons? How i store its value in the back End? Please help me:(

    N M 2 Replies Last reply
    0
    • R rrrriiizz

      Hello all am creating simple application in vb.net 2005 sql server 2000 as my back end, My problem is for gender identification am creating Radio buttons in the Frontend. How do I Specify data type (varchar/ navarchar/float) for that Radio buttons? How i store its value in the back End? Please help me:(

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      Hi In my point of view, you can store the values as varchar. If it is male then store in table like M. When fetching the data, check if that is M.

      Cheers Navaneeth!!

      1 Reply Last reply
      0
      • R rrrriiizz

        Hello all am creating simple application in vb.net 2005 sql server 2000 as my back end, My problem is for gender identification am creating Radio buttons in the Frontend. How do I Specify data type (varchar/ navarchar/float) for that Radio buttons? How i store its value in the back End? Please help me:(

        M Offline
        M Offline
        M A A Mehedi Hasan
        wrote on last edited by
        #3

        Hello, You can use bit data type if your gender is limited to male/female. If your gender is more than 2 types i.e. male/female/unknown then you can use tinyint or int. Thanks

        Mehedi Hasan

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups