Guest
Private paste!

Untitled

By: a guest | Apr 29th, 2010 | Syntax: HTML | Size: 0.94 KB | Hits: 122 | Expires: Never
Copy text to clipboard
  1. <%@ Page Title="Home Page" Language="vb" MasterPageFile="~/Site.Master" AutoEventWireup="false"
  2.    CodeBehind="Default.aspx.vb" Inherits="WebApplication1._Default" %>
  3.  
  4. <asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
  5. </asp:Content>
  6. <asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
  7.     <h2>
  8.         Welcome to ASP.NET!
  9.     </h2>
  10.     <p>
  11.         To learn more about ASP.NET visit <a href="http://www.asp.net" title="ASP.NET Website">www.asp.net</a>.
  12.     </p>
  13.     <p>
  14.         You can also find <a href="http://go.microsoft.com/fwlink/?LinkID=152368&amp;clcid=0x409"
  15.            title="MSDN ASP.NET Docs">documentation on ASP.NET at MSDN</a>.<br />
  16.             <asp:TextBox ID="txtInfo" runat=server Text="Junk"></asp:TextBox>
  17.         <asp:Button ID="Button1" runat="server" Text="Button" />
  18.         <asp:Label ID="lblOutput" runat="server" Text=""></asp:Label>
  19.     </p>
  20. </asp:Content>