On 19 Feb 2005, "E. Zackatackali" <(E-Mail Removed)>
postulated in news:(E-Mail Removed):
> Hello,
>
> Is it possible to use the class attribute with asp:XXX controls? I
notice
> that when I try to do this (so that I can use stylesheets with
these
> controls), Visual Studio reports an error that there is no such
attribute as
> class.
>
> Thanks,
>
> EZ
>
>
>
In asp.net webcontrols, it's called CssClass, and whether or not it
exists depends on the control.
But if you're using VS.NET, then you could have figured this out
using the Properties box.
-- ipgrunt
|