All you need add a small code on the PreRender
like:
private void Style_PreRender(object sender,
System.EventArgs e )
{
RegisterClientStyleSheetFile("_WPR_/style.css");
}
and on the constructor you need to add
this.PreRender += new EventHandler(Style_PreRender);
I hope it will help you,
Roi Kolbinger
Web: http://www.kwizcom.com
Blog: http://kwizcom.blogspot.com/