Control to use??
-
Hi, I am developing a web app using c#, asp.net and vs 2003 but I am having problems trying to create a page like the picture below. I need a grid(any control) to represent each player in the test or a single grid with headers for each player. I have the sql written and at the moment each grid on the pic has its own datatable in a dataset, so I am just wondering what is the best way to go about this I have been trying to use a repeater but I am not sure if this is the correct way. Any idea or suggestions would be appreciated Regards Tim http://img257.imageshack.us/img257/1937/testreviewoo7.jpg
-
Hi, I am developing a web app using c#, asp.net and vs 2003 but I am having problems trying to create a page like the picture below. I need a grid(any control) to represent each player in the test or a single grid with headers for each player. I have the sql written and at the moment each grid on the pic has its own datatable in a dataset, so I am just wondering what is the best way to go about this I have been trying to use a repeater but I am not sure if this is the correct way. Any idea or suggestions would be appreciated Regards Tim http://img257.imageshack.us/img257/1937/testreviewoo7.jpg
tadhg88 wrote:
I need a grid
You mean like the DataGrid? I know it's a school assignment, but really is it that difficult to look at the toolbox and see what controls are available that may be grid-like, or maybe even have GRID in the name?
only two letters away from being an asset
-
tadhg88 wrote:
I need a grid
You mean like the DataGrid? I know it's a school assignment, but really is it that difficult to look at the toolbox and see what controls are available that may be grid-like, or maybe even have GRID in the name?
only two letters away from being an asset