Advertisement
Guest User

Untitled

a guest
Sep 7th, 2017
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 2.25 KB | None | 0 0
  1. <%@ Register TagPrefix="cc1" Namespace="PerpetuumSoft.Reporting.Web" Assembly="PerpetuumSoft.Reporting.Web" %>
  2. <%@ Page language="c#" Inherits="WebDemo.DemoPage" Codebehind="DemoPage.aspx.cs" %>
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  4. <HTML>
  5.     <HEAD>
  6.         <title>DemoPage</title>
  7.         <meta name="vs_showGrid" content="False">
  8.         <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
  9.         <meta content="C#" name="CODE_LANGUAGE">
  10.         <meta content="JavaScript" name="vs_defaultClientScript">
  11.         <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  12.         <link rel="stylesheet" href="DemoPage.css">
  13.     </HEAD>
  14.     <body>
  15.         <form method="post" runat="server">
  16.             <asp:Image id="Image1" runat="server" ImageUrl="Top.gif"></asp:Image>
  17.             <asp:Label id="Label1" runat="server" Width="651px" Height="37px" Font-Bold="True" Font-Names="Arial"
  18.                 Font-Size="Larger" ForeColor="DodgerBlue">ShartShooter Reports Web Demo</asp:Label>
  19.             <DIV style="WIDTH: 656px; POSITION: relative; HEIGHT: 144px; left: 0px; top: 0px;">
  20.                 <asp:Button id="Button1" style="Z-INDEX: 101; LEFT: 480px; POSITION: absolute; TOP: 30px" runat="server"
  21.                     Width="106px" Text="Generate" onclick="Button1_Click"></asp:Button>
  22.                 <asp:ListBox id="reportsListBox" style="Z-INDEX: 102; LEFT: 9px; POSITION: absolute; TOP: 12px"
  23.                     runat="server" Height="88px" Width="456px"></asp:ListBox>
  24.                 <asp:Label id="Label2" runat="server" style="Z-INDEX: 103; LEFT: 16px; POSITION: absolute; TOP: 112px">View Mode</asp:Label>
  25.                 <asp:DropDownList id="DropDownList1" runat="server" Width="120px" AutoPostBack="True" style="Z-INDEX: 104; LEFT: 99px; POSITION: absolute; TOP: 112px" onselectedindexchanged="DropDownList1_SelectedIndexChanged">
  26.                     <asp:ListItem Value="SinglePage" Selected="True">SinglePage</asp:ListItem>
  27.                     <asp:ListItem Value="WholeReport">WholeReport</asp:ListItem>
  28.                 </asp:DropDownList></DIV>
  29.             <P>
  30.             </P>
  31.             <P></P>
  32.             <P>
  33.                 <cc1:SharpShooterWebViewer id="SharpShooterWebViewer1" runat="server" Width="843px" ReportNum="0" PageIndex="0" Source="<%# fileReportSlot1 %>" Height="507px" CssClass="webView" PagerCssClass="webViewPager" ImageFormat="Png" CacheTimeOut="05:00:00">
  34.                 </cc1:SharpShooterWebViewer></P>
  35.         </form>
  36.     </body>
  37. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement