您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->酒店管理系统(三层开发)源码>>WebSite_hotel/UpdateRoomType.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:酒店管理系统(三层开发)源码
当前文件:文件类型 ThreeLayerHotel/WebSite_hotel/UpdateRoomType.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="UpdateRoomType.aspx.cs" Inherits="UpdateRoomType" Title="无标题页" %> 2 3<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> 4 <style type="text/css"> 5 .style27 6 { 7 width: 166px; 8 } 9 .style28 10 { 11 width: 249px; 12 } 13 .style29 14 { 15 width: 147px; 16 } 17 </style> 18</asp:Content> 19<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 20 <table align="center" style="width: 577px"> 21 <tr> 22 <td align="right" class="style29"> 23 类型名称:</td> 24 <td align="left" class="style28"> 25 <asp:Label ID="lblroomtype" runat="server"></asp:Label> 26 </td> 27 <td align="left" class="style28" rowspan="6"> 28 <asp:Image ID="Image1" runat="server" /> 29 </td> 30 </tr> 31 <tr> 32 <td align="right" class="style29"> 33 类型价格:</td> 34 <td align="left" class="style28"> 35 <asp:TextBox ID="txtypeprice" runat="server" Width="159px"></asp:TextBox> 36 <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" 37 ControlToValidate="txtypeprice" Display="Dynamic" ErrorMessage="*" 38 Font-Size="Small"></asp:RequiredFieldValidator> 39 <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" 40 ControlToValidate="txtypeprice" Display="Dynamic" ErrorMessage="必须为数字" 41 Font-Size="Small" ValidationExpression="^\d+(\.\d+)?$"></asp:RegularExpressionValidator> 42 </td> 43 </tr> 44 <tr> 45 <td align="right" class="style29"> 46 是否加床:</td> 47 <td align="left" class="style28"> 48 <asp:RadioButton ID="RadioButton1" runat="server" GroupName="b" Text="是" 49 AutoPostBack="True" oncheckedchanged="RadioButton1_CheckedChanged" /> 50 &nbsp;&nbsp;&nbsp; 51 <asp:RadioButton ID="RadioButton2" runat="server" GroupName="b" Text="否" 52 AutoPostBack="True" oncheckedchanged="RadioButton2_CheckedChanged" /> 53 </td> 54 </tr> 55 <tr> 56 <td align="right" class="style29"> 57 加床价格:</td> 58 <td align="left" class="style28"> 59 <asp:TextBox ID="txtaddbedprice" runat="server" Width="158px"></asp:TextBox> 60 <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" 61 ControlToValidate="txtaddbedprice" Display="Dynamic" ErrorMessage="*" 62 Font-Size="Small"></asp:RequiredFieldValidator> 63 <asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" 64 ControlToValidate="txtaddbedprice" Display="Dynamic" ErrorMessage="必须为数字" 65 Font-Size="Small" ValidationExpression="^\d+(\.\d+)?$"></asp:RegularExpressionValidator> 66 </td> 67 </tr> 68 <tr> 69 <td align="right" class="style29"> 70 类型图片:</td> 71 <td align="left" class="style28"> 72 <asp:FileUpload ID="FileUpload1" runat="server" /> 73 </td> 74 </tr> 75 <tr> 76 <td align="right" class="style29"> 77&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 注:</td> 78 <td align="left" class="style28"> 79 <asp:TextBox ID="txtremark" runat="server" TextMode="MultiLine"></asp:TextBox> 80 <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" 81 ControlToValidate="txtremark" ErrorMessage="*" 82 Font-Size="Small"></asp:RequiredFieldValidator> 83 </td> 84 </tr> 85 <tr> 86 <td colspan="2" align="center"> 87 <asp:LinkButton ID="LinkButton11" runat="server" ForeColor="Blue" 88 onclick="LinkButton11_Click">确定</asp:LinkButton> 89 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 90 <asp:LinkButton ID="LinkButton12" runat="server" CausesValidation="False" 91 ForeColor="Blue" onclick="LinkButton12_Click">返回</asp:LinkButton> 92 </td> 93 <td align="center"> 94 <asp:Label ID="Label7" runat="server" Text="Label" Visible="False"></asp:Label> 95 </td> 96 </tr> 97 </table> 98 <br /> 99 100</asp:Content> 101 102
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:酒店管理系统(三层开发)源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号