Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

default doctype 1

Status
Not open for further replies.

KnotGoblin

Technical User
Joined
Jan 4, 2005
Messages
77
Location
US
is there any where in visual studios to change the default doctype for new pages?

-Jer
 
The best I think you'll be able to do is to hack the web form that VS.NET uses as a template for new forms. For VS.NET 2003 and C# as a language, the template used for the new web form can be found at:

C:\Program Files\Microsoft Visual Studio .NET 2003\VC#\VC#Wizards\CSharpAddWebFormWiz\Templates\1033\WebForm1.aspx

You will see the docType at the top as you would with a normal page, and you can change it to whatever you like.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top