In an ASP.NET Dynamic Data web site/project, all the templates have CSS classes like CssClass="DDFilter", but I can’t find these styles anywhere. Are they served dynamically from a handler or something, or do I have to provide them all myself?
In an ASP.NET Dynamic Data web site/project, all the templates have CSS classes like
Share
You can find the default under
Site.csswhich is automatically made when you create a Dynamic Data project. The Site.css file is located under the root (after creation between global.asax and Site.master)Grz, Kris.