Previous Message
Next Message

CSS Design Process?

Sent by Francesco on 30 September 2004 03:03


On Wed, 29 Sep 2004 17:12:45 -0400, "Jeff Ward" [EMAIL-REMOVED]>
said:
> >Also, try to style the "th" directly, instead of giving it a class of 
> >"Header."
> 
> Actually, I wish I could use th.  Unfortunately, ASP.NET renders datagrid
> headers as just another tr, so the class is actually necessary.
> 


I do a lot of CSS in ASP.NET and I use the Repeater object with its
<header>, <itemtemplate>, and <footer> blocks to completely control the
style of the rendered table.  Try the Repeater.  It's also lighter
weight and faster than a DataGrid.  I have some sample code if you wish.



Francesco Sanfilippo, Internet Developer
-------------------------------------------
Blackcoil Productions - http://blackcoil.com
URL123 Link Service - http://url123.com

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: