Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Home/Index.aspx @ 5072

Last change on this file since 5072 was 5072, checked in by dkahn, 14 years ago

#1198 Created design and modified views to create submenus

File size: 409 bytes
Line 
1<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
2
3<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
4    Home Page
5</asp:Content>
6
7<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
8    <h1><%: ViewData["Message"] %></h1>
9
10    <h3>Password: <%: Session["pwd"]  %></h3>
11</asp:Content>
Note: See TracBrowser for help on using the repository browser.