Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/ServicePrototype/Index1.aspx @ 4785

Last change on this file since 4785 was 4785, checked in by wtollsch, 13 years ago

#1198 View Index

File size: 483 bytes
Line 
1<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="Index"  CodeFile="Index.aspx.cs" %>
2
3<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
4  Index
5</asp:Content>
6
7<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
8
9    <form id="form1" runat="server">
10
11    <h2>Index<asp:GridView ID="GridView1" runat="server">
12        </asp:GridView>
13    </h2>
14
15    </form>
16
17</asp:Content>
Note: See TracBrowser for help on using the repository browser.