> There are some elements of .NET output a developer has no control
over.
> For example, this source code:
> 
> <asp:DataList 

Well, a developer can choose NOT to use a DataList. That said, that
somewhat defeats the RAD concepts of using ASP.net + VS.net to whip out
code.

In ASP.net 1.1 I ended up using a lot of string writers to have full
control over my HTML. Tedious and likely overly anal in hindsight.

With ASP.net 2.0, there are some more options. Control Adapters are one:

http://www.asp.net/cssadapters/

This article might help, too:

http://msdn2.microsoft.com/en-us/library/aa479043.aspx

-Darrel
______________________________________________________________________
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