Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Chart/Index.aspx @ 6118

Last change on this file since 6118 was 6118, checked in by mjesner, 14 years ago

#1503 base architecture for chart control

File size: 404 bytes
Line 
1<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
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    <h2>Index (Chart)</h2>
10
11
12
13     <% Html.RenderPartial("BubbleChart"); %>
14</asp:Content>
Note: See TracBrowser for help on using the repository browser.