Default Visual Web Developer 2008 ASPX template


/ Published in: ASP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <%@ Page Title="Home Page" Language="C#" AutoEventWireup="true"
  2. CodeFile="Default.aspx.cs" Inherits="_Default" %>
  3.  
  4. <!DOCTYPE html PUBLIC = "-//W3C//DTD XHTML 1.0 Transitional//EN /" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  7. <head runat="server">
  8. <title>Untitled Page</title>
  9. </head>
  10. <body>
  11.  
  12. </body>
  13. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.