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

📄 shopcategoryoperation.aspx

📁 易想商城系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="../Masterpage/Page.Master" CodeBehind="ShopCategoryOperation.aspx.cs" Inherits="YXShop.Web.Admin.Shop.ShopCategoryOperation" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">    
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolderMain" runat="Server">
    <table width="100%" border="0" cellspacing="1" cellpadding="1" class="hy" bgcolor="#5D8FB2">  
        <tr>
            <td width="12%">
                名称:
            </td>
            <td width="84%">
                <asp:TextBox ID="txtName" runat="server"></asp:TextBox>
            </td>
            <td width="4%">
                &nbsp;
            </td>
        </tr>      
        <tr>
            <td width="12%">
                使用:
            </td>
            <td width="84%">
                <asp:RadioButtonList ID="rblIsUse" runat="server">
                    <asp:ListItem Value="1">是</asp:ListItem>
                    <asp:ListItem Value="0">否</asp:ListItem>
                </asp:RadioButtonList>               
            </td>
            <td width="4%">
                &nbsp;
            </td>
        </tr>
        <tr>
            <td width="12%">
            </td>
            <td width="84%">
                <asp:Button ID="btnSubmit" runat="server" Text="提交" OnClick="btnSubmit_Click" />
            </td>
            <td width="4%">
            </td>
        </tr>
    </table>
</asp:Content>
<asp:Content ID="Content4" runat="server" ContentPlaceHolderID="ContentPlaceTitle">   
</asp:Content>

⌨️ 快捷键说明

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