Well fast question is there any way to use a css class in a web user control?
why?
well i have some classes in css that change the layout dramatically so if i want to view the result of the changes i dont want to press f5 and se the page load….
ps im using visual stuido 2008
You want to set the css directly to the usercontrol? Don’t think that is a common way to do it, but if anyone else knows more about it…
But you will see the changes on the page which holds the usercontrol if the page has the particular css set in the head section. The changes will automatically be shown on the page.
Hope that helps you Petoj! 😉