|
I have defined <head> and <title> tags in the master page as follow:
<head id="Head1" runat="server">
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
Now I want that the title of the page varry from page tom page and won't be the same in
all pages.when I put<title> in the form1 that use the above master page.I encounter error.
In summary How could Use Master page while each page has it's own title tag.
Last edited by s2002 : 09-02-2006 at 05:04 AM.
|