Sorry, but there are no more tags available to filter with.
-
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...
Page 1 of 1 (1 items)