.css and Asp.Net

M

marc-andr?

Hi all,

Here's my situation...

I have a very big ASP.net application (with about 35 projects in) and
I have to do something to incorporate style (.css) in all this
application.

In Others words, I have to create my .css first, and when it's
completed, I should fix the CssClass property of all the controls in
my application.

So I have to loop on all the webforms of my application, and loop on
all controls in the application for set my css property.

And I don't know how to loop on all the forms in all my projects
included in my application....



After that, I have to do a ASP.net application for modifying a .css.
Example : the user choose ".MyStyle1" and set the property (color,
background etc..) like he want. And when he click "SAVE", I have to
save this preference in my .css page....

Can I do this??

Thanks for your help.

Marc-andré
 
G

Griff

Regarding updating the CSS:

Do you envisage having just one CSS with everything in it, or a separate CSS
for each user?

Or, is it possible for the CSS be data-base driven? I don't know if that
slows everything down.

Griff
 

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

Top