Click here to Skip to main content
15,905,414 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Dear Sir/Madam,

Is there any possible to create a table in forms ("not a datatable


only a simple table") and to add tiems in it.
Posted

Use DataGridView. You can enter data in tabular form in that control.
http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview.aspx[^]
 
Share this answer
 
Use DataGridView[^] or TableLayoutPanel[^]. All you need is some customization.
 
Share this answer
 
v2
Comments
ANANTH P 6-Nov-11 23:46pm    
if need to proceed with tablelayout panel what is procedure to items to each an every cell
thatraja 7-Nov-11 0:11am    
Oops the 2nd link was wrong one, updated now, check it.

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