您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->酒店管理系统(三层开发)源码>>WebSite_hotel/Success.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:酒店管理系统(三层开发)源码
当前文件:文件类型 ThreeLayerHotel/WebSite_hotel/Success.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Success.aspx.cs" Inherits="Sussecc" Title="无标题页" %> 2 3<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> 4 5 <style type="text/css"> 6 .style27 7 { 8 width: 100%; 9 } 10</style> 11 12</asp:Content> 13<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 14 <asp:UpdatePanel ID="UpdatePanel2" runat="server"> 15 <ContentTemplate> 16 <table class="style27"> 17 <tr> 18 <td> 19 <asp:Label ID="Label15" runat="server" Font-Size="14pt" ForeColor="Red" 20 Text="系统提示信息"></asp:Label> 21 </td> 22 </tr> 23 <tr> 24 <td> 25 <asp:Label ID="lblmsg" runat="server" Text="Label"></asp:Label> 26 </td> 27 </tr> 28 <tr> 29 <td align="right"> 30 <asp:LinkButton ID="LinkButton11" runat="server" onclick="LinkButton11_Click" 31 ForeColor="Blue">返回</asp:LinkButton> 32 <asp:Label ID="Label7" runat="server" Text="Label" Visible="False"></asp:Label> 33 </td> 34 </tr> 35 </table> 36 </ContentTemplate> 37</asp:UpdatePanel> 38<p> 39 &nbsp;</p> 40</asp:Content> 41 42 43
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:酒店管理系统(三层开发)源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号