GibbsUSA.net Blogs
Wednesday, September 08, 2010
Logon Back to Blog Blogs Home GibbsUSA.net Home
Leave your comments...
// add the stylesheet.. HtmlHead myHeader = (HtmlHead)this.Page.Header; if (theHeader != null) { HtmlLink myCSS = new HtmlLink(); myCSS.Attributes.Add("href", "admin/td_codes.css"); myCSS.Attributes.Add("rel", "stylesheet"); myCSS.Attributes.Add("type", "text/css"); theHeader.Controls.Add(myCSS); }
CLR v2.0.50727.3053
Please see the site Terms And Conditions and the site Privacy Statement.This entire web site (and the software contents therein) is Copyright © Chris Gibbs 2000-2010. Any reproduction or copying is expressly forbidden without the prior consent of Chris Gibbs. For more information, please contact the site WebMaster (WebMaster@GibbsUSA.net).