Click here to Skip to main content
15,895,656 members
Articles / Programming Languages / C#

Customization of Project and Item Templates - Part III

Rate me:
Please Sign up or sign in to vote.
4.67/5 (5 votes)
25 Apr 2011CPOL2 min read 21.6K   397   14  
Creation of Project and Item Templates in Visual Studio - Part III
<%@ Page Title="About Us" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
    CodeBehind="About.aspx.cs" Inherits="WebApplication1.About" %>

<asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
</asp:Content>
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
    <h2>
        About
    </h2>
    <p>
        Put content here.
    </p>
</asp:Content>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
India India
I have experience in more than 10 years in microsoft technologies.

Comments and Discussions