<%@ Master Language="VB" MasterPageFile="Sampletutorial.master" Debug="true" AutoEventWireup="true"%>

 

<asp:content ID="Content1" runat="server" contentplaceholderID="Toolbar">

<table width="100%">

    <tr bgcolor="lightcyan">

      <td width="100%"><h3>Great Tutorials!</h3></td>

    </tr>

    <tr>

      <td width="100%" style="text-align:center">

        <asp:contentplaceholder runat="server" id="Menu" />

      </td>

    </tr>

</table>

</asp:content>

 

<asp:content ID="Content2" runat="server" contentplaceholderID="PageBody">

<table>

    <tr>

    <td>

    <img src="logo.gif" align="right">

    </td>

    <td>

      <h1>Your one stop for Tutorials--ExForSys 2005</h1>

         

      <h2><a href="About.aspx">Click to learn more</a></h2>

    </td>

    </tr>

</table>

</asp:content>