Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Design as follows;

Faculty Code combo box

Month Calendar(calendar Image)

In datagridview selected month from the calendar all dates is display in to the datagridview.

Datagirdview as follows;

select the faculty code from the combo box.

Select Dates 1 2 3 4

Checkbox 1/2/2013 checkbox checkbox checkbox checkbox
checkbox 2/2/2013 checkbox checkbox checkbox checkbox
checkbox 3/2/2013 checkbox checkbox checkbox checkbox
checkbox 4/2/2013 checkbox checkbox checkbox checkbox
checkbox 5/2/2013 checkbox checkbox checkbox checkbox

in the above datagridview data's are saved in the database.


I have one Button called Search

when i click the save button, all save data's from the database to be shown in the same datagridview


Final output when i click the Search Button.(Save Record's to be shown in the Datagridview)

Select Dates 1 2 3 4

Checkbox 1/2/2013 checkbox checkbox checkbox checkbox
checkbox 2/2/2013 checkbox checkbox checkbox checkbox
checkbox 3/2/2013 checkbox checkbox checkbox checkbox
checkbox 4/2/2013 checkbox checkbox checkbox checkbox
checkbox 5/2/2013 checkbox checkbox checkbox checkbox

in the search button,how can i do to get the saved records to be displayed in the datagridview when i click the Search Button.
Posted
Comments
[no name] 13-Mar-13 9:05am    
Maybe it's past time for you to try some of these very basic tasks instead of trolling for people to write your code for you. You are very close to having your account disabled for trolling.....
CHill60 13-Mar-13 9:22am    
I agree with ThePhantomUpvoter. If you really have no idea how to get your homework finished then you need to have an honest conversation with your teacher/lecturer. When you have really tried to sort it out for yourself and when you hit a problem, come back here, post the CODE you are having a problem with and ask a specific question

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