Click to See Complete Forum and Search --> : Tables in VB.NET


jikar78
July 7th, 2005, 04:42 PM
Hi,
I am a novice to VB.Net and do not have comp sci background. I am working towards masters degree in industrial management and faced with following question.

Which is the most suitable control to use (in VB.NET) if I want to display a (m x n) table wherein user can input first raw and first column and check mark in all other boxes. Subsequently a logic to evaluate the condition based on checked boxes will be written. User must have ability to decide number of Rows and columns in the table.

Any help will be highly appreciated.

Thanks,
Vivek

Craig Gemmill
July 8th, 2005, 06:07 PM
I would think that a DataGrid control would be your "easiest" option.