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

📄 updategoods.aspx

📁 c#+sql sever2000开发的电子商务系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="updategoods.aspx.cs" Inherits="adminmanger_updategoods" %>

<!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>
    <link href="../css/StyleSheet.css" rel="StyleSheet" type="text/css"/>
</head>
<body>
    <form id="form1" runat="server" class="../css/StyleSheet.css" >
    <div align=center>
        <table style="width: 625px; height: 370px">
            <tr>
                <td style="height: 25px">
                </td>
                <td style="height: 25px">
                </td>
                <td style="height: 25px">
                </td>
            </tr>
            <tr>
                <td style="height: 52px">
                </td>
                <td style="height: 52px" valign="top">
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                    <asp:Panel ID="Panel1" runat="server" Height="50px" Width="125px">
                        <table border="0" style="width: 412px">
                            <tr>
                                <td style="width: 1px">
                                    </td>
                                <td style="width: 2px">
                                    &nbsp;</td>
                                <td style="width: 73px">
                                    &nbsp;
                                </td>
                                <td style="width: 152px">
                                    </td>
                            </tr>
                            <tr>
                                <td style="width: 1px; height: 21px">
                                    <asp:Label ID="Label3" runat="server" Text="商品名称:" Width="92px"></asp:Label></td>
                                <td colspan="2" style="height: 21px" align="left">
                                    <asp:TextBox ID="TextBox1" runat="server" Width="209px"></asp:TextBox></td>
                                <td style="width: 152px; height: 21px">
                                </td>
                            </tr>
                            <tr>
                                <td style="width: 1px; height: 21px">
                                    <asp:Label ID="Label4" runat="server" Text="图片文件:" Width="91px"></asp:Label></td>
                                <td style="width: 2px; height: 21px">
                                    <asp:TextBox ID="TextBox2" runat="server" Height="15px" Width="130px"></asp:TextBox></td>
                                <td align="left" style="width: 73px; height: 21px">
                                    <asp:Label ID="Label5" runat="server" Text="定价:" Width="54px"></asp:Label></td>
                                <td style="width: 152px; height: 21px" align="left">
                                    <asp:TextBox ID="TextBox3" runat="server" Width="53px"></asp:TextBox><asp:Label ID="Label6"
                                        runat="server" Text="(元)" Width="15px"></asp:Label></td>
                            </tr>
                            <tr>
                                <td style="width: 73px; height: 12px" valign="top">
                                    <asp:Label ID="Label7" runat="server" Text="是否新品:" Width="89px"></asp:Label></td>
                                <td style="width: 2px; height: 12px" valign="top">
                                    <asp:RadioButtonList ID="RadioButtonList1" runat="server" Height="5px"
                                        RepeatDirection="Horizontal" Width="101px">
                                        <asp:ListItem Selected="True" Value="0">否</asp:ListItem>
                                        <asp:ListItem Value="1">是</asp:ListItem>
                                    </asp:RadioButtonList></td>
                                <td align="left" style="width: 73px; height: 12px">
                                    <asp:Label ID="Label9" runat="server" Text="现价:" Width="53px"></asp:Label>
                                </td>
                                <td style="width: 152px; height: 12px" valign="top" align="left">
                                    <asp:TextBox ID="TextBox5" runat="server" Width="53px"></asp:TextBox><asp:Label ID="Label10"
                                        runat="server" Text="(元)" Width="45px"></asp:Label></td>
                            </tr>
                            <tr>
                                <td style="width: 1px; height: 11px">
                                    <asp:Label ID="Label8" runat="server" Text="商品简介:" Width="89px"></asp:Label></td>
                                <td colspan="3" style="height: 11px">
                                    <asp:TextBox ID="TextBox4" runat="server" Width="346px"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td style="width: 1px; height: 11px">
                                </td>
                                <td style="width: 2px; height: 11px">
                                </td>
                                <td style="width: 73px; height: 11px">
                                </td>
                                <td style="width: 152px; height: 11px">
                                </td>
                            </tr>
                            <tr>
                                <td style="width: 1px; height: 11px">
                                </td>
                                <td style="width: 2px; height: 11px">
                                    <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="修改" style="border-top-style: groove; border-right-style: groove; border-left-style: groove; border-bottom-style: groove"  /></td>
                                <td style="width: 73px; height: 11px">
                                    </td>
                                <td style="width: 152px; height: 11px">
                                    <asp:Button ID="Button3"  runat="server" Text="返回" OnClick="Button3_Click" /></td>
                            </tr>
                        </table>
                    </asp:Panel>
                </td>
                <td style="height: 52px">
                </td>
            </tr>
            <tr>
                <td>
                </td>
                <td>
                    &nbsp;
                </td>
                <td>
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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