Files
Lehrlingsparcours/_archiv/LPWeb - Kopie (2)/LPWeb/Administration/WebForm2.aspx
2019-12-21 10:58:30 +01:00

24 lines
697 B
Plaintext

<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="WebForm2.aspx.vb" Inherits="LPWeb.WebForm2" %>
<%@ Register assembly="FastReport.Web, Version=2013.3.1.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c" namespace="FastReport.Web" tagprefix="cc1" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<cc1:WebReport ID="WebReport1" runat="server" />
</div>
<telerik:RadToolBar ID="RadToolBar1" Runat="server">
</telerik:RadToolBar>
</form>
</body>
</html>