CSS to .NET components

  • Thread starter Thread starter John Straumann
  • Start date Start date
J

John Straumann

Hi all:

Does anyonw know if it's possible to apply CSS classes to .NET components
while designing UIs?

Thanks.

John [MSFT]
 
Brilliant. Would you care to share that information with me...i.e. how?

John.

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script or code samples are subject to the terms
specified at
http://www.microsoft.com/info/cpyright.htm.

Yes, it's possible.

Pål
 
John,

Can you give a little more detail? CSS classes are a set of styles that
are applied to elements on a web page, while .NET components are
encapsulations of functionality in code. They are fundamentally different.

What exactly are you trying to do?
 
...
Does anyonw know if it's possible to apply CSS classes
to .NET components while designing UIs?

Sure, every WebControl have the property CssClass.



// Bjorn A
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top