F Frank Rizzo Mar 5, 2004 #1 How can I set the web page title programmatically, hopefully in Page_Load? Thanks
S Steve C. Orr [MVP, MCSD] Mar 6, 2004 #2 You can set the page title through code by adding the runat="server" attribute to your title tag. Here's a good example: http://www.aspalliance.com/kenc/faq5.aspx
You can set the page title through code by adding the runat="server" attribute to your title tag. Here's a good example: http://www.aspalliance.com/kenc/faq5.aspx