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

📄 admin_classdelete.aspx

📁 新闻网站
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_ClassDelete.aspx.cs" Inherits="Admin_Admin_ClassDelete" %>

<!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 id="Head1" runat="server">
    <title>删除分类</title>
    <link href="../Styles/admin_Default.css" media="all" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
        <div class="mframe" >
            <table width="560" align="center">
            <tr><td  class="tm" style="width: 182px"> <span class="tt">删除新闻分类</span></td><td class="tm"></td></tr>
                <tr>
                    <td valign="top" style="width: 182px" >
                        <asp:TreeView ID="treeClass" runat="server" ImageSet="BulletedList"  Height="180px" ShowExpandCollapse="False" Width="136px" OnSelectedNodeChanged="treeClass_SelectedNodeChanged">
                            <ParentNodeStyle Font-Bold="False" />
                            <HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" />
                            <SelectedNodeStyle Font-Underline="True" ForeColor="#5555DD" HorizontalPadding="0px"
                                VerticalPadding="0px" />
                            <NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="0px"
                                NodeSpacing="0px" VerticalPadding="0px" />
                        </asp:TreeView>
                     
                    </td>
                    <td style="width: 80%">
                        <table runat="server" id="AddTable" >
                            <tr>
                                <td colspan="2" align="center">
                                  
                                    <asp:Label ID="labMessage" runat="server" Text=""></asp:Label></td>
                            </tr>
                            <tr>
                                <td align="right" style="width: 106px; height: 23px;">
                                    ID:
                                </td>
                                <td style="width: 313px; height: 23px;">
                                    <asp:TextBox ID="txtClassID" Enabled="false" runat="server" ToolTip="请点击左边的导航树,选择需要的编辑"></asp:TextBox>
                                    <input type="hidden" id="hidClassID" value="1" runat="server" style="width: 60px" />
                                </td>
                            </tr>
                            <tr>
                                <td align="right" style="width: 106px; height: 23px;">
                                    分类名称:
                                </td>
                                <td style="width: 313px; height: 23px;">
                                    <asp:TextBox runat="server" ID="txtClassName"></asp:TextBox>
                                </td>
                            </tr>
                            <tr>
                                <td align="right" style="width: 106px; height: 20px">
                                    是否还有子类:
                                </td>
                                <td style="height: 20px; width: 313px;">
                                    <asp:RadioButtonList ID="radLastNode" runat="server" RepeatDirection="Horizontal">
                                        <asp:ListItem Selected="True" Value="0">是</asp:ListItem>
                                        <asp:ListItem Value="1">否</asp:ListItem>
                                    </asp:RadioButtonList></td>
                            </tr>
                            <tr>
                                <td align="right" style="width: 106px" valign="top">
                                    备注:
                                </td>
                                <td style="width: 313px">
                                    <asp:TextBox ID="txtExample" runat="server" Height="105px" TextMode="MultiLine" Width="151px"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td style="width: 106px">
                                </td>
                                <td style="width: 313px">
                                    &nbsp;<asp:Button ID="Button1" runat="server"  Text="提交" OnClick="Button1_Click"  /></td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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