Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a table(in a database Access) that contains 3 columns: room, day and HD, I want to show in the datagridview the rooms (in cells) function of day and HD.I means I want to show days in rows, HD in columns and the rooms in cells.
Some things like this:

Some things like this:
HD
Days
hd1 hd2 hd3 hd4 hdP5

1 Room1 Room5 Room40
2 Room3 Room34
3 Room19 Room1 Room12
4 Room 3 Room34
5 Room32 Room21

could you Please help me to find the suitable code to realize my objective.
Thinks.
Posted
Comments
fjdiewornncalwe 10-May-11 8:34am    
Your starting point would be to open your textbook(s) and pay attention in class. I'm sure your instructor has given you all the information you need to proceed. At that point make some effort beyond regurgitating the question here expecting someone to do your homework for you. We're here to help you, yes, but not to do the work for you.

1 solution

Here[^] is a data binding tutorial.
 
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