Readings style sheets.

  • Thread starter Thread starter ashish
  • Start date Start date
A

ashish

Hi all,

I am trying to create a utility where users can view style class and its
properties in some sort of tree control or something, are there any .net
classes which can help me read a style sheet file and fill in some sort
of structure ?

any help or pointers would be appreciated ..


Thanks
-ashish
 
On server side there is a very limited class System.Web.UI.WebControls
style.
On client side you can get the full picture with document.styleSheets[..].

Eliyahu
 

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