Personal Website Starter Kit - Various Enhancements And How To
| |
| The Bush Survival Guide - 250 Ways to Make It Through The NExt Four Years Without Misunderestimating the Dangers Ahead, and Other Subliminable Stategeries |
|
Links:
| |
Topics covered:
Topics:
public Default_master()
{
this.PreRender+=new EventHandler(this.Default_master_PreRender);
}
private void Default_master_PreRender(object sender, EventArgs e)
{
if (this.Page.Title.StartsWith("Your Name Here |"))
{
this.Page.Title = this.Page.Title.Replace("Your Name Here |", "Garnet Chaney |");
}
}
private void Default_master_PreRender(object sender, EventArgs e)
{
String customTitle =
System.Configuration.ConfigurationManager.AppSettings["TitleText"];
if (this.Page.Title.StartsWith("Your Name Here |"))
{
this.Page.Title = this.Page.Title.Replace("Your Name Here |", customTitle+" |");
}
}
|
Interested in Electronics Integrated Circuits?