
|
HOW TO: Change Page Title Programmatically
Solution
Solutions steps: Convert the <title> tag
of a page to a server control.
Associate the server control with a class field in the code-behind
for the page. The field is of the type HtmlGenericControl.
In response to some event (i.e. Load event), change the InnerText property
of the server control to the desired page title.
Reference articles:
Add
to favorites | Printable
page
|
|
|