M
M
Hi,
I have a .aspx page which has 3 datagrids to be displayed.
There are 2 datagrids to be displayed side by side and one
datagrid below these two.
Each datagrid has a corresponding label control indicating
the contents of the grid.
What I need to do is, in the case that from the top two
datagrids, the first one is empty, then I need to display
the second one along with its label in the top left corner
and if both the top grids are empty, the lower grid should
be displayed on the top left corner along with its label.
How do i achieve this?
Thanks in advance.
M.
I have a .aspx page which has 3 datagrids to be displayed.
There are 2 datagrids to be displayed side by side and one
datagrid below these two.
Each datagrid has a corresponding label control indicating
the contents of the grid.
What I need to do is, in the case that from the top two
datagrids, the first one is empty, then I need to display
the second one along with its label in the top left corner
and if both the top grids are empty, the lower grid should
be displayed on the top left corner along with its label.
How do i achieve this?
Thanks in advance.
M.