Hi
I am having the following requirement.
my recordset is as below,
I have to build a html table dynamically in ASP as below,
2 and 3 rd row should be merged (rowspan=2). Only the 4th column may contain multiple values. For those multiple values, other colmns shd be merged.
How to do it? Any help will be highly appreciated...
<email removed>
I am having the following requirement.
my recordset is as below,
Code:
col1 col2 col3 col4 ------------------------------- a1 a2 a3 a4 b1 b2 b3 b41 b1 b2 b3 b42 c1 c2 c3 c4
Code:
col1 col2 col3 col4 ------------------------------- a1 a2 a3 a4 b1 b2 b3 b41 b42 c1 c2 c3 c4
How to do it? Any help will be highly appreciated...
<email removed>
Comment