2

to Add rows, I just do this:

Table1.Rows.Add(row)

How would I add a thead?

KevinDeus
  • 11,988
  • 20
  • 65
  • 97

1 Answers1

3

uh oh.. just foind it..

A complex table model is not supported. You cannot have an HtmlTable control with nested , , , , , or elements. These elements are removed without warning and do not appear in the output HTML. An exception will be thrown if you attempt to programmatically add these table model elements to the Control.Controls collection of the HtmlTable control.

link text

KevinDeus
  • 11,988
  • 20
  • 65
  • 97