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:
Design as follows;

Faculty code comb box

Calendar (Month Calendar)


in the month calendar which month i choose that month all dates is displayed in datagridview. it is working fine.

i choose Feb month in month calendar, that month all dates is displayed in datagridview.

In datagridview as follows;

Date Session
1 2 3 4
AM AM PM PM

1/2/2013 checkbox checkbox checkbox checkbox
to
28/2/2013

in the run mode i select the month from the month calendar control, and select 1st session from the check box.

output as follows

Date Session
1 2 3 4
AM AM PM PM

1/2/2013 Checkbox( i select the 1st session checkbox in teh datagridview)


for that how can i do using datagridview


please help me.

note it is windows application.
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