Error.aspx
上传用户:cha0314
上传日期:2014-03-02
资源大小:12522k
文件大小:2k
源码类别:

C#编程

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="Error.aspx.cs" AutoEventWireup="false" Inherits="UDS.SubModule.Error" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>Error</title>
  6. <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
  7. <meta content="C#" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. <LINK href="../Css/BasicLayout.css" type="text/css" rel="stylesheet">
  11. </HEAD>
  12. <body leftMargin="0" topMargin="0" MS_POSITIONING="GridLayout">
  13. <form id="Error" method="post" runat="server">
  14. <TABLE id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="0">
  15. <TR>
  16. <TD vAlign="center" align="middle"><FONT face="宋体">
  17. <TABLE style="BORDER-COLLAPSE: collapse" borderColor="#111111" height="1" cellSpacing="0" cellPadding="0" width="100%" border="0">
  18. <TR height="30">
  19. <TD class="GbText" width="3%" background="http://localhost/uds//Images/treetopbg.jpg" bgColor="#c0d9e6"><FONT color="#003366" size="3"></FONT></TD>
  20. <TD class="GbText" background="http://localhost/uds/Images/treetopbg.jpg" bgColor="#c0d9e6"><B>信息出错</B></TD>
  21. </TR>
  22. </TABLE>
  23. </FONT>
  24. <P><BR>
  25. &nbsp;</P>
  26. <P><BR>
  27. <TABLE id="Table2" height="200" cellSpacing="0" cellPadding="0" width="470" background="http://localhost/uds/Images/nopage.gif" border="0">
  28. <TR>
  29. <TD><FONT face="宋体">&nbsp;</FONT></TD>
  30. </TR>
  31. </TABLE>
  32. &nbsp; <FONT face="宋体">
  33. <BR>
  34. </FONT><FONT face="宋体">
  35. <BR>
  36. <BR>
  37. </P>
  38. </FONT></TD>
  39. </TR>
  40. <TR>
  41. <TD align="middle"><asp:label id="Label1" runat="server" Font-Size="Large" ForeColor="Red" Height="26px" Width="312px"></asp:label></TD>
  42. </TR>
  43. </TABLE>
  44. </form>
  45. </body>
  46. </HTML>