At first, I created (as VS defines) an ASP.NET web application. I added the controls to my pages and defined custom CSS for the controls.
Now, however, as the applcation has grown, I created (again as VS defines) an ASP.NET web site. I, then, created an additional project for my classes. I compile the classes, of course, and place the dll in the bin folder. My pages use the compiled classes as the code-behind. However, now, the Telerik controls don't use the CSS.
I've tried two different ways: 1)Placed the css files in the actual web site itself and referenced them through literal paths within the page headers. 2) I've also tried using them as Embedded resources and referenced them in the page headers as a WebResource. Neither works.
What do I have to do to get the controls to find/use the CSS. If I type the CSS path or WebResource URL in my browser, then the CSS shows fine.
Thanks,
Joshua
Now, however, as the applcation has grown, I created (again as VS defines) an ASP.NET web site. I, then, created an additional project for my classes. I compile the classes, of course, and place the dll in the bin folder. My pages use the compiled classes as the code-behind. However, now, the Telerik controls don't use the CSS.
I've tried two different ways: 1)Placed the css files in the actual web site itself and referenced them through literal paths within the page headers. 2) I've also tried using them as Embedded resources and referenced them in the page headers as a WebResource. Neither works.
What do I have to do to get the controls to find/use the CSS. If I type the CSS path or WebResource URL in my browser, then the CSS shows fine.
Thanks,
Joshua