Wednesday, March 28, 2012

Web Control and CSS Class

Hello,

I am creating a custom web control (Class Library - DLL) that uses CSS Classes.

I want the user to be able to change those CSS classes if necessary.

Should I include the CSS Classes inside my .dll library? Is that even possible?

Or should I just copy the CSS file to my Web Site Themes folder?

Thanks,

Miguel

You could expose the CssClass property of your controls.

0 comments:

Post a Comment