Click here to Skip to main content
15,892,768 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
I have 64 employee id in employee database.I want to display those 64 employee id in datagrid.Datagrid in the format of 8 rows and 8 column.How to do this.

Thanks & Rgds
Elam
Posted

1 solution

It's called "being a programmer" and "thinking about the problem". It's obvious that yiou can't just take your dataset and bind it to a grid because you're not going to get the visuals that you desire.

You're going to have to build another structure to hold the data in the way you require, and bind THAT structure to the grid.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900