To make the title name custom,
Copy and paste the following code before starting of the content page..
<%@ Page language="C#" MasterPageFile="~masterurl/default.master" title="Assign Editor" inherits="Microsoft.SharePoint.WebPartPages.WebPartPage, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" meta:progid="SharePoint.WebPartPage.Document"%>
<%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Import Namespace="Microsoft.SharePoint" %>
<%@ Import Namespace="System.Data" %>
<%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register TagPrefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<asp:content id="CustomTitle" runat="server" contentplaceholderid="PlaceHolderPageTitle">
Put the custom title here.
</asp:content>
<asp:content id="content2" runat="server" contentplaceholderid="PlaceHolderMain">
table border="0" width="100%" cellspacing="2">
<tr>
<td class="ms-formlabel" valign="top" nowrap="true" width="25%">
<b>Title:</b>
</td>
<td class="ms-formbody" valign="top" width="75%">
……………………..
No comments:
Post a Comment