radiobutton
C#
2
Posts
2
Posters
0
Views
1
Watching
-
-
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";