Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to store and retrive multiple radiobutton from /in database in c# winform ..
i have 3 panels and 3 radiobutton in each so total 9 radiobuttons so how to store and retrive its value.
Posted
Comments
Leo Chapiro 10-Mar-13 8:40am    
What have you already tried, show your code please!

simply store its checked property as a boolean
create a table that take the checkbox's name [Name] as varchar
and its Checked property [Checked] as boolean
 
Share this answer
 
ok ... so to u have a Radiobutton inside of panel ...

then tou have to use panel_id.radiobuton.text property

like ..

panel1.rediobutton1.text

then you can access separately each panel radio button....
 
Share this answer
 
v2

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