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

📄 addnews.aspx

📁 这是一个用ASP加SQL做的新闻网站,里面有不少的新闻可以浏览,共享的.
💻 ASPX
字号:
<%@ Page Inherits="www.MyCodeBehind" Src="addnews.cs" %> 
<html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

</head>
<link rel="stylesheet" href="Style.css" type="text/css">
<body bgcolor="#99CCFF" text="#000000" background="back.jpg">
<form enctype="multipart/form-data" runat="server">
  <table width="50%" border="0" align="center">
    <tr> 
      <td colspan="2"> </td>
    </tr>
    <tr> 
      <td colspan="2"> 
        <div align="center"><img src="title.jpg" width="488" height="72"></div>
      </td>
    </tr>
    <tr>
      <td colspan="2"><div align="center"><b>管 理 页 面</b></div></td>
    </tr>
    <tr> 
      <td colspan="2"> 类别: <asp:DropDownList id="DropDownList2"  runat="server"/> 
        </td>
    </tr>
    <tr> 
      <td colspan="2"> 
        <div align="left"></div>
        <div align="center"> <asp:Label id="Label1" ForeColor="Red" runat="server"/> 
        </div>
      </td>
    </tr>
    <tr> 
      <td colspan="2">标题:<asp:textbox id="biaoti" runat="server"/></td>
    </tr>
    <tr> 
      <td colspan="2">内容:<asp:textbox id="neirong" TextMode="MultiLine" Height="300px" Width="300px" runat="server"/></td>
    </tr>
    <tr> 
      <td colspan="2">作者:<asp:textbox id="zuozhe" runat="server"/></td>
    </tr>
    <tr> 
      <td width="73%">图片: 
        <input id="File1" type=file Accept="Image/*" runat="server">
      </td>
      <td width="27%"> 
    
      </td>
    </tr>
    <tr>
      <td width="73%">  <asp:label id=Span1  runat="server" />  </td>
      <td width="27%">&nbsp;</td>
    </tr>
    <tr> 
      <td height="15" colspan="2"></td>
    </tr>
    <tr>     
      <td colspan="2"><input type=button id="Button1" value="上载"  OnServerClick="Button1_Click" runat="server">
        <asp:button id="button2" text="取消" OnClick="reset_Click" runat="server"/></td>
    </tr>
    <tr> 
      <td colspan="2">&nbsp;</td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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