Click here to Skip to main content
15,904,024 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Run mode as follows in datagridview ;


Date(colname) Session(colname)
AM PM
1 2 3 4

1/2/2013 four checkboxes(for 4 session i use 4 checkboxes)

in the run mode i enter the date for 1/2/2013 date for that date i choose session 2 in checkbox. and click save button


In Database i want the output as follows;


Date Session
1/2/2013 1 AM

for that how can i do using csharp?

Please help me.

Regards,
narasiman P.
Posted

1 solution

Hi,
you need to get know the data grid view first, follow the tutorial link below and have a play with it first. Once you are confident with data grid view, start implementing your design. If you get stuck then post a question on where you got stuck. So that we can help you more effectively.

http://www.dotnetperls.com/datagridview-tutorial[^]

Regards
Jegan
 
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