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. General Programming
  3. C#
  4. radiobutton

radiobutton

Scheduled Pinned Locked Moved C#
databasehelpquestion
2 Posts 2 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.
  • M Offline
    M Offline
    Mamphekgo
    wrote on last edited by
    #1

    Hi i have created a form with two radiobuttons Administrator and user.i want to insert either of this radiobttons to database so the problem is it only insert user.my line of code is like this. Level= (rdbAdministrator.Checked)?"Administrator":"User";

    L 1 Reply Last reply
    0
    • M Mamphekgo

      Hi i have created a form with two radiobuttons Administrator and user.i want to insert either of this radiobttons to database so the problem is it only insert user.my line of code is like this. Level= (rdbAdministrator.Checked)?"Administrator":"User";

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Just use the event from rdbAdministrator_CheckedChanged and rdbUser_CheckedChanged and then use your code in the both methods. Try to debug, in my code it works just fine. Probably you have another problem, I mean not in this line of code.

      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