M
Miro
I have a "Master" page and I have 2 pages created from that master.
I want my page title to change with each page.
If I do this in the master
<head runat="server">
<title>My Home Page</title>
Is there a way I can "reference" the title tag in each aspx.page that uses
the master?
Or do I have to create the "Maste Object" and change the title on "Page
load"
Thanks
Miro
I want my page title to change with each page.
If I do this in the master
<head runat="server">
<title>My Home Page</title>
Is there a way I can "reference" the title tag in each aspx.page that uses
the master?
Or do I have to create the "Maste Object" and change the title on "Page
load"
Thanks
Miro