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

📄 editcontent.aspx

📁 我自己写的一个文章小小发布系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="editcontent.aspx.cs" Inherits="adminsss_editcontent" %>

<!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 style="background-image: url(imgs/Peace.jpg); background-color: #99ff66">
        <div style="z-index: 100; left: 68px; width: 875px; position: absolute; top: 123px;
            height: 649px; background-color: #ccff66;">
            <textarea  id="TextArea1" runat="server" style="z-index: 111; left: 233px; width: 461px; position: absolute;
                top: 201px; height: 363px" enableviewstate="true"></textarea>
            <asp:Button ID="Button1" runat="server" Style="z-index: 112; left: 647px; position: absolute;
                top: 594px" Text="提交" OnClick="Button1_Click" />
            <asp:TextBox ID="TextBox1" runat="server" Style="z-index: 101; left: 318px; position: absolute;
                top: 28px"></asp:TextBox>
            <asp:DropDownList ID="DropDownList1" runat="server" Style="z-index: 102; left: 329px;
                position: absolute; top: 66px">
                <asp:ListItem Value="changshi">常识</asp:ListItem>
                <asp:ListItem Value="xinli">心理</asp:ListItem>
                <asp:ListItem Value="kaixin">开心</asp:ListItem>
                <asp:ListItem Value="yingyang">营养</asp:ListItem>
            </asp:DropDownList>
            <asp:TextBox ID="TextBox2" runat="server" Style="z-index: 103; left: 314px; position: absolute;
                top: 103px"></asp:TextBox>
            <asp:RadioButton ID="RadioButton1" runat="server" GroupName="rec" Style="z-index: 104;
                left: 365px; position: absolute; top: 147px" Text="是" />
            <asp:RadioButton ID="RadioButton2" runat="server" GroupName="rec" Style="z-index: 105;
                left: 311px; position: absolute; top: 146px" Text="否" Checked="True" />
            <asp:Label ID="Label1" runat="server" Style="z-index: 106; left: 238px; position: absolute;
                top: 29px" Text="标题"></asp:Label>
            <asp:Label ID="Label2" runat="server" Style="z-index: 107; left: 235px; position: absolute;
                top: 144px" Text="推荐"></asp:Label>
            <asp:Label ID="Label3" runat="server" Style="z-index: 108; left: 237px; position: absolute;
                top: 174px" Text="内容"></asp:Label>
            <asp:Label ID="Label4" runat="server" Style="z-index: 109; left: 231px; position: absolute;
                top: 109px" Text="作者"></asp:Label>
            <asp:Label ID="Label5" runat="server" Style="z-index: 110; left: 234px; position: absolute;
                top: 68px" Text="La分类"></asp:Label>
            <asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/App_Data/s.mdb"
                SelectCommand="SELECT [title], [kind], [author], [content], [times], [isrecommend] FROM [baojianwangshujukudb]">
            </asp:AccessDataSource>
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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