ASP.NET Page /admin/NotImplemented.aspx (C#)
Uses Code Behind Page Page /admin/NotImplemented.aspx.cs (C#)
1: <%@ Page CodeBehind="NotImplemented.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="ASPNetPortal.NotImplemented" %>
2: <%@ Register TagPrefix="portal" TagName="Banner" Src="~/DesktopPortalBanner.ascx" %>
3: <%@ OutputCache Duration="600" VaryByParam="title" %>
4:
5: <%--
6:
7: This page is the target for the fictious links in the sample data.
8:
9: --%>
10:
11: <HTML>
12: <HEAD>
13: <title>IBuySpy Portal: Content Not Implemented</title>
14: <link rel="stylesheet" href='<%= Request.ApplicationPath + "/Portal.css" %>' type="text/css">
15: </HEAD>
16: <body leftmargin="0" bottommargin="0" rightmargin="0" topmargin="0" marginheight="0" marginwidth="0">
17: <form runat="server">
18: <table width="100%" cellspacing="0" cellpadding="0" border="0">
19: <tr valign="top">
20: <td colspan="2">
21: <portal:Banner runat="server" id="Banner1" />
22: </td>
23: </tr>
24: <tr>
25: <td valign="top">
26: <center>
27: <br>
28: <table width="500" border="0">
29: <tr>
30: <td class="Normal">
31: <br>
32: <br>
33: <br>
34: <br>
35: <span id="title" class="Head" runat="server">Linked Content Not Provided</span>
36: <br>
37: <br>
38: <hr noshade size="1">
39: <br>
40: The link you clicked was provided as a part of the sample data for the <b>IBuySpy</b>
41: company portal. The content for this link is not provided as part of the sample
42: application.
43: <br>
44: <br>
45: <a href="<%=Request.ApplicationPath%>/DesktopDefault.aspx">Return to Portal Home</a>
46: </td>
47: </tr>
48: </table>
49: </center>
50: </td>
51: </tr>
52: </table>
53: </form>
54: </body>
55: </HTML>