On Mon, Nov 10, 2008 at 4:09 PM, Tim Arnold <[EMAIL PROTECTED]> wrote:

> I often find myself using classes where I would normally use IDs when
> coding templates for any number of .NET-based content management
> systems.  Many .NET controls output system-generated IDs which forces us
> to use classes instead.  It bugs me every time, but there's not really
> much to do about it, from what I understand.  Worse is having to deal
> with the nightmare of embedded tables used for layout in many of the
> .NET controls.  Very, very ugly.


Hey Tim, I too develop in .NET, and when working with the built-in controls,
I find this to be helpful:

http://www.asp.net/CssAdapters/

Doesn't solve the "ID" issue, but it does solve the layout problem.

-Jerod Venema
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to