资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
public partial class ShowNews : System.Web.UI.Page
{
protected void Page_Load(object sender EventArgs e)
{
if (!IsPostBack)
{
int id = 1;
if (Request.QueryString[“id“] != null)
{
id = Convert.ToInt32(Request.QueryString[“id“]);
}
string sql = “select content from news where id=“+id;
DataTable dt = AccessDAL.OleDbHelper.ExecuteDataTable(sql);
string content = dt.Rows[0][0].ToString();
Response.Write(content);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-11-19 09:55 AspNetDemo\
目录 0 2013-11-19 09:54 AspNetDemo\App_Code\
文件 7193 2013-11-17 15:16 AspNetDemo\App_Code\OleDbHelper.cs
目录 0 2013-11-19 09:56 AspNetDemo\App_Data\
文件 303104 2013-11-19 09:56 AspNetDemo\App_Data\testKindEditor.mdb
目录 0 2013-11-17 14:48 AspNetDemo\Bin\
文件 49664 2013-10-08 23:08 AspNetDemo\Bin\LitJSON.dll
文件 88 2013-11-17 14:48 AspNetDemo\Bin\LitJSON.dll.refresh
文件 1765 2013-04-06 15:44 AspNetDemo\Global.asax
文件 432 2013-11-17 15:36 AspNetDemo\ShowNews.aspx
文件 753 2013-11-17 15:52 AspNetDemo\ShowNews.aspx.cs
文件 1195 2013-11-17 15:41 AspNetDemo\UseKindEditor.aspx
文件 1001 2013-11-19 09:52 AspNetDemo\UseKindEditor.aspx.cs
目录 0 2013-11-17 14:25 AspNetDemo\editor\
目录 0 2013-11-19 09:57 AspNetDemo\editor\attached\
文件 179780 2013-10-08 23:08 AspNetDemo\editor\kindeditor-all-min.js
文件 317228 2013-10-08 23:08 AspNetDemo\editor\kindeditor-all.js
文件 94366 2013-10-08 23:08 AspNetDemo\editor\kindeditor-min.js
文件 166289 2013-10-08 23:08 AspNetDemo\editor\kindeditor.js
目录 0 2013-11-17 14:25 AspNetDemo\editor\lang\
文件 9591 2013-10-08 23:08 AspNetDemo\editor\lang\ar.js
文件 7979 2013-10-08 23:08 AspNetDemo\editor\lang\en.js
文件 8850 2013-10-08 23:08 AspNetDemo\editor\lang\ko.js
文件 8488 2013-10-08 23:08 AspNetDemo\editor\lang\zh_CN.js
文件 8388 2013-10-08 23:08 AspNetDemo\editor\lang\zh_TW.js
目录 0 2013-11-17 14:25 AspNetDemo\editor\plugins\
目录 0 2013-11-17 14:25 AspNetDemo\editor\plugins\anchor\
文件 1513 2013-10-08 23:08 AspNetDemo\editor\plugins\anchor\anchor.js
目录 0 2013-11-17 14:25 AspNetDemo\editor\plugins\autoheight\
文件 1384 2013-10-08 23:08 AspNetDemo\editor\plugins\autoheight\autoheight.js
目录 0 2013-11-17 14:25 AspNetDemo\editor\plugins\baidumap\
............此处省略230个文件信息
相关资源
- asp.net 网页静态化组件(shipingx-Stati
- asp.net防刷新(F5) 禁止重复提交 ()
- Asp.Net 实现与 Ucenter通信
- asp.net 页面数据压缩回传
- asp.net 多文件上传源码
- facebook OAuth 2.0 asp.net
- ASPxGridView(或ASPxTreeList)动态加载数
- Asp.net MVC - 使用PRG模式 解决放刷新问
- Asp.net MVC 使用NVelocity 作为模板引擎
- log4net 在asp.net 记录全局错误
- asp.net多语言实现 二
- js实现关键字高亮
- asp.net MVC 实现多国语言建站解决方案
- asp.net SEO价格查询系统源码
- 生成静态文件
- asp.net 邮件类库项目源码
- asp.net自动压缩CSS-JS源码 包附对应使用
- asp.net 上传文件至wps
- kindeditor编辑器 黏贴图片自动上传插件
- asp.net ucenter 打通用户登录状态实现(
- asp.net mvc 页面缓存(outputcache)入门级
- 自定义 AspNet web服务器
- kindeditor编辑器上传图片
- ASP.Net(CSharp)OA 本毕业设计首先介绍
- t_AJAX_ASPMAP 在WebGIS地图上
- SuperCourse 不错的课程网站
- Accounting_Online_Registration-Sys 会计网上报
- ext-gantt-net-sample1.8 Ext Gantt甘特图(a
- student-mange-system 学生信息管理系统
- mystore 基于asp.net实现的
评论
共有 条评论