改写GridView的分页控件功能,页面导航全部用代码控制
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Collections.Generic;using System.ComponentModel;using System.Text;using Syst...
阅读全文
posted @
2007-02-09 18:16
pursuedream
自定义委托事件处理
摘要:对于自定义委托事件的关键点是在于把委托事件写在函数中,当调用该函数时候,相应也调用该事件。 //触发某一个事件产生相应的类,该类必须继承于EventArgs public class NumberReachedEventArgs : EventArgs { private int _reached; public NumberReachedEventArg...
阅读全文
posted @
2007-02-09 17:17
pursuedream
数据量大时,加载进度条
摘要:在页面采用window.onload()对象如 采用控制进度条以下代码加入区域以下代码加入区域 0%重新加载 网页代码:让用户等待若干秒才能点的表单按钮,页面读取进度条脚本..... 让用户等待若干秒才能点的表单按钮。 --------------------------------------------------------------- 页面读取进度条脚本 ...
阅读全文
posted @
2007-02-01 18:43
pursuedream
阅读(1764)
推荐(0)