Click here to Skip to main content
15,894,410 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Imagine i have application like this .


[Picture on click]

I want to add the values from this screen to my database. I'm using SqlQuery ("Insert into ... ") to add those records. But the problem is how i add the value from radioButton if its Single/Married ?

Also i need to load values from the table for user (Selected in listbox) including the status value..

Does anyone can help me out with this.
Posted
Comments
Maciej Los 6-Apr-15 15:10pm    
Please, be more specific and provide more details. Adding image is not enough. We can't read in your mind or direct from your screen.

1 solution

Please, read my comment to the question.

You can "catch" Radiobutton[^] state change. Use it!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900