2006年9月10日

摘要: asp.net下实现数据库的备份与恢复 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 11. 2 3private void BtnDataBackup_Click(object sender, System.EventArgs e) ... 阅读全文
posted @ 2006-09-10 12:07 fatrick 阅读(803) 评论(0) 推荐(0) 编辑
 
摘要: 前台页面 WebForm1 后台程序: using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using System.Web;usin... 阅读全文
posted @ 2006-09-10 11:50 fatrick 阅读(555) 评论(1) 推荐(0) 编辑
 
摘要: 一、原理在.net中的global.asax中有Application_AuthenticateRequest事件和Application_BeginRequest事件是在每次访问aspx文件都会触发。但是Application_BeginRequest中不能对已经经过FROMS身份验证的身份ticket票进行识别。所以只能放到Application_AuthenticateRequest中去。... 阅读全文
posted @ 2006-09-10 11:43 fatrick 阅读(382) 评论(1) 推荐(0) 编辑
 
摘要: 1 /**//// 2 3 /// Enterprise Library 2.0 数据访问进一步封装类 4 5 /// Copyright (C) 2006-2008 LiTianPing 6 7 /// All rights reserved 8 9 /// 10 11 public abstract class DbHe... 阅读全文
posted @ 2006-09-10 11:27 fatrick 阅读(388) 评论(0) 推荐(0) 编辑
 
摘要: 实现 iframe 的自适应高度,能够随着页面的长度自动的适应以免除页面和 iframe 同时出现滚动条的现象。 源代码如下 阅读全文
posted @ 2006-09-10 10:11 fatrick 阅读(333) 评论(0) 推荐(0) 编辑