⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 errorpage.aspx

📁 visual studio.net学习资料
💻 ASPX
字号:
<%@ Page Language="vb" %>
<%@ Register TagPrefix="Conf" TagName="Header" Src="_Header.ascx" %>
<%@ Register TagPrefix="Conf" TagName="Menu" Src="_Menu.ascx" %>

<html>
    <head>
        <link rel="stylesheet" type="text/css" href="Conference.css">
    </head>

    <body background="images/sitebkgrdnogray.gif" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginheight="0" marginwidth="0">

        <table height="100%" cellspacing=0 cellpadding=0 width="100%" border=0>

            <Conf:Header runat="server"/>

            <tr height="100%">
            
                <Conf:Menu SourceFile="../ErrorPage.src" runat="server"/>

                <td align=left valign="top" width=100% nowrap>
                
                    <table height="100%" valign="top" align="left" cellspacing=0 cellpadding=0 width="100%" border=0>
                    
                        <tr height="100%" valign="top">
                        
                            <td nowrap>
                            
                                <br>
                                <img align=left width="32" SRC="images/1x1.gif">
        
                                <table cellspacing=0 cellpadding=0 width="100%">
                                    <tr>
                                        <td>
                                            <table cellspacing=0 cellpadding=0 width="100%">
                                                <tr>
                                                    <td class=HomeHeader>
                                                        <h3>We are sorry, but an error occured during the <br>
                                                        processing of your last request.  
                                                        
                                                        <p>This could be a result of either illegal input <br>
                                                        values, or a bug in our code.  Sorry for the inconvenience.</h3>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
    </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -