Click here to Skip to main content
15,896,299 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi every one
I hope you are fine.
I'm facing one problem please help me how can i solve it

i have windows form application and in this application check box are created run time in Flow layout panel. Now i want to save the checked check box value in database please any one tell me how can i do give me idea how is it possible .
Im using c#.

What I have tried:

i have no idea how can i do it
Posted
Updated 11-Dec-18 2:59am

1 solution

Learn to use search engines like Google or the search box at the top of this page.
Then you will find interesting things, like these two articles (amongst thousands available)
Beginners guide to accessing SQL Server through C#[^]
How to connect SQL Database to your C# program, beginner's tutorial[^]

When you have written some code, if you are still having problems come back with a specific question and we will do our best to help you
 
Share this answer
 
Comments
Fahid Zahoor 11-Dec-18 11:47am    
i use search engine but i did'n find answer that i want
CHill60 11-Dec-18 12:13pm    
The whole point of learning to code is to learn to code, not just copy stuff you find on the internet. The two links I gave you will show you how to connect to a SQL database and interact with it. Then all you need to do is save the values from the check boxes contained in the panel into a table of your own design.
Fahid Zahoor 12-Dec-18 3:12am    
Thanks

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