Hi Guys,

I have a custom gridview control which is a class library project.

I want to be able to specify the css class for the gridview which I can do.

But I also want to set a default css stylesheet to the gridview. So if I don't override it using the cssclass property it must get it's cssclass from the default stylesheet I have in my project.

How can I specify the default stylesheet. I have a stylesheet in a folder called "Styles" in my project.