摘要: 1.Using the standard HTML Mewta tag 'Refresh'. This tag specifies a delay before the browserautomatically reloads the page. The delay is specified in seconds. You can specify a URL also to reload. If you do not specify a URL, it will relaod the same page after the interval.<head><me 阅读全文
posted @ 2011-01-18 16:17 kntao 阅读(151) 评论(0) 推荐(0)
摘要: 此抽象类定义由 ASP.NET 托管代码用于处理请求的基本辅助方法和枚举。大多数情况下,代码不会直接处理 HttpWorkerRequest,这是因为请求和响应数据是通过 HttpRequest 和 HttpResponse 类公开的。 一些内部 ASP.NET 类扩展了此类。 如果代码实现自己的承载环境,则它需要扩展此类以调用 ProcessRequest 方法。 此外,代码还可以创建派生类,用于在给定应用程序中执行子请求,以便将其实例传递给 ProcessRequest。 在这种情况下,派生类应保留对当前 HttpWorkerRequest 的引用并将大多数方法委托给它。主要方法://HT 阅读全文
posted @ 2011-01-18 15:51 kntao 阅读(278) 评论(0) 推荐(0)