M
motorhead_maniac
Hello,
Iam trying to apply a css class while creating a html table in a server
control.
Iam using the HtmlTable class to generate table,
the HtmlTable class has a Style property which takes name,value pairs
for all the styles i want to apply, but how can i apply a class name
directly ?
My only other option is to use Table class to create table, but iam
concerned about performance and want to use light weight controls.
thanks
Iam trying to apply a css class while creating a html table in a server
control.
Iam using the HtmlTable class to generate table,
the HtmlTable class has a Style property which takes name,value pairs
for all the styles i want to apply, but how can i apply a class name
directly ?
My only other option is to use Table class to create table, but iam
concerned about performance and want to use light weight controls.
thanks