edit.aspx

来自「医院的用户管理与缴费与当病人去医院看病的时候要挂号等作用。」· ASPX 代码 · 共 63 行

ASPX
63
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="edit.aspx.cs" Inherits="OrganizationSys_edit" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
</head>
<body>
    <form id="form1" runat="server">
    <div >
   
        <table align=center border="1" style="width: 634px; height: 274px">
            <tr>
                <td  colspan=2 align="center">
                    药品修改</td>
              
            </tr>
            <tr>
                <td style="width: 100px">
        药品ID:</td>
                <td style="width: 100px">
                    <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></td>
            </tr>
            <tr>
                <td style="width: 100px">
        药品名称:</td>
                <td style="width: 100px">
                    <asp:TextBox ID="TextBox1" runat="server" AutoPostBack="true"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
        药品价格:</td>
                <td style="width: 100px">
                    <asp:TextBox ID="TextBox2" runat="server" AutoPostBack="true"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
        药品厂家:</td>
                <td style="width: 100px">
                    <asp:TextBox ID="TextBox3" runat="server" AutoPostBack="true"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
        药品种类:</td>
                <td style="width: 100px">
                    <asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="true">
            <asp:ListItem>处方药</asp:ListItem>
            <asp:ListItem>非处方药</asp:ListItem>
        </asp:DropDownList></td>
            </tr>
            <tr>
                <td  colspan=2 align="center">
        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="修改" />
                    <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="返回" /></td>
               
            </tr>
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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