Click here to Skip to main content
15,891,136 members
Articles / Programming Languages / C#

Customization of Project and Item Templates - Part II

Rate me:
Please Sign up or sign in to vote.
3.00/5 (3 votes)
22 Apr 2011CPOL1 min read 18.4K   232   6  
Creation of Project and Item Templates in Visual Studio - Part II
<%@ Page Title="About Us" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
    CodeBehind="About.aspx.cs" Inherits="Myaspxtemplate.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