Re: Master-Content in Asp.net - How to set individual Head for each content page
- From: "dingsheng" <ludingsheng@xxxxxxxxx>
- Date: 21 Aug 2006 22:30:58 -0700
the @Page directive in content page has a attribute "title", so you can
modify it to meet your requirememt,e.g.,
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" Title="XXX"
%>
.
- Follow-Ups:
- Re: Master-Content in Asp.net - How to set individual Head for each content page
- From: Steven Cheng[MSFT]
- Re: Master-Content in Asp.net - How to set individual Head for each content page
- References:
- Prev by Date: Error Using BreadCrumb
- Next by Date: Re: reading from text area throwing exception with <p>
- Previous by thread: Re: Master-Content in Asp.net - How to set individual Head for each content page
- Next by thread: Re: Master-Content in Asp.net - How to set individual Head for each content page
- Index(es):