C
chris f
I'm dynamically populating a Table control in ASP.NET 2. Each row has 4
columns but column #3 needs to be split into 3 rows and column #4 needs to
be split into 4 rows. Each of these cells contains just text.
Can someone help me out? I can split one cell using the TableCell's RowSpan
property but I'm struggling with splitting 2 cells.
columns but column #3 needs to be split into 3 rows and column #4 needs to
be split into 4 rows. Each of these cells contains just text.
Can someone help me out? I can split one cell using the TableCell's RowSpan
property but I'm struggling with splitting 2 cells.