📄 addnews.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="addnews.aspx.cs" Inherits="addnews" %>
<!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 style="text-align:center">
<form id="form1" runat="server">
<div>
<strong><span style="font-size: 24pt">添 加 新 闻 页 面<br />
</span></strong>
<br />
<table style="width: 491px; height: 142px" border="0" >
<tr>
<td style="width: 55px">
类别:</td>
<td style="width: 151px; text-align: left">
<asp:DropDownList ID="DropDownList1" runat="server" Width="152px">
</asp:DropDownList>
</td>
</tr>
<tr>
<td style="width: 55px">
标题:</td>
<td style="width: 151px; text-align: left">
<asp:TextBox ID="txtBiaoti" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 55px; height: 253px">
内容:</td>
<td style="width: 151px; height: 253px; text-align: left">
<asp:TextBox ID="txtNeirong" runat="server" Height="251px" TextMode="MultiLine" Width="305px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 55px">
作者:</td>
<td style="width: 151px; text-align: left">
<asp:TextBox ID="txtZuozhe" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 55px">
图片:</td>
<td style="width: 151px; text-align: left;">
<asp:FileUpload ID="fuUpLoad" runat="server" /></td>
</tr>
<tr>
<td colspan="2" style="text-align: center">
<br />
<asp:Button ID="btnFabiao" runat="server" Text="发 表" OnClick="btnFabiao_Click" />
<asp:Button ID="btnQuxiao" runat="server" Text="取 消" OnClick="btnQuxiao_Click" /></td>
</tr>
</table>
</div>
<asp:Label ID="lblMsg" runat="server"></asp:Label>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -