Click here to Skip to main content
15,885,878 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
using windows application I want to make a table :
1)take the number of rows and columns of the table from user
2)then that table appear to user
3)the user input the data of every cell
4)sent that data to an array

Any help would be most appreciated. Thanks.
Posted
Comments
ZurdoDev 11-Apr-13 8:42am    
What do you need help with?

1 solution

Use a datagridView

Useful information on datagridview - http://www.devx.com/dotnet/Article/33748[^]

specifically how to send the data to an array http://stackoverflow.com/questions/5585740/c-sharp-datagridview-column-into-an-array[^]
 
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