Asp.net源码专业站
首页->新闻文章->简单新闻管理系统(Access数据库)源码>>Admin/Admin_NewsAdd.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:简单新闻管理系统(Access数据库)源码
当前文件:文件类型 AccessNews/Admin/Admin_NewsAdd.aspx[1K,2009-6-12 11:31:25]打开代码结构图
普通视图
		            
1<%@ Page Language="C#" validateRequest="false" AutoEventWireup="true" CodeFile="Admin_NewsAdd.aspx.cs" Inherits="Admin_Admin_NewsAdd" %> 2 3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 5<html xmlns="http://www.w3.org/1999/xhtml" > 6<head runat="server"> 7 <title>无标题页</title> 8</head> 9<body> 10 <form id="form1" runat="server"> 11 <div> 12 <asp:TextBox ID="TextBox1" runat="server" Width="336px"></asp:TextBox> 13 <asp:CheckBox ID="CheckBox1" runat="server" Text="是否推荐" /><br /> 14 <asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="AccessDataSource1" 15 DataTextField="Newsclass_name" DataValueField="Newsclass_ID"> 16 </asp:DropDownList><asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/App_Data/news.mdb" 17 SelectCommand="SELECT * FROM [newsclassinfo]"></asp:AccessDataSource> 18 &nbsp; 19 20 <input type="hidden" name="content1" /> 21 </div> 22 <br /> 23 <iframe id="eWebEditor1" src="../WebEdit/ewebeditor.htm?id=News_Content&style=coolblue" frameborder="0" scrolling="no" width="550" height="350"></iframe> 24 <br /> 25 <asp:Button ID="Button1" runat="server" Text="添加" OnClick="Button1_Click" /> 26 </form> 27</body> 28</html> 29
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:简单新闻管理系统(Access数据库)源码
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146