J
joel
I'm asking this question here since there is a lot of activity and wan
and answer swoon. It is a C# question about tables
I'm using Visual Studio Express programming in C#. I developing
Control Panel where I have a form with a Listbox some buttons and
table. Not sure which control I should use for the table. Here are m
requirements for the table
1) The table will have 8+ columns. The number of column
will never change
2) There wil be a variable number of rows less than 200 rows.
3) No user inputs will be text input. Either the cells will be outpu
of the program or the user will choose a pull-down list or equivalen
type list.
4) Each column will may have different groups of selections in th
pull-down based on the data in other columns.
5) Need to be able to change background color of cells to either Gree
or Gray.
I'm not sure if the solution will be a form or a web application. I wa
thinking about using a spread sheet since I know excel very well but
don't need a huge amount of cells and don't want to use more memory tha
necessary. Somebody suggested a Grid view Control but I don't think
can put a drop down list into the control
and answer swoon. It is a C# question about tables
I'm using Visual Studio Express programming in C#. I developing
Control Panel where I have a form with a Listbox some buttons and
table. Not sure which control I should use for the table. Here are m
requirements for the table
1) The table will have 8+ columns. The number of column
will never change
2) There wil be a variable number of rows less than 200 rows.
3) No user inputs will be text input. Either the cells will be outpu
of the program or the user will choose a pull-down list or equivalen
type list.
4) Each column will may have different groups of selections in th
pull-down based on the data in other columns.
5) Need to be able to change background color of cells to either Gree
or Gray.
I'm not sure if the solution will be a form or a web application. I wa
thinking about using a spread sheet since I know excel very well but
don't need a huge amount of cells and don't want to use more memory tha
necessary. Somebody suggested a Grid view Control but I don't think
can put a drop down list into the control