摘要:
事件源对象 event.srcElement.tagName event.srcElement.type 捕获释放 event.srcElement.setCapture(); event.srcElement.releaseCapture(); 事件按键 event.keyCode event.shift... 阅读全文
posted @ 2008-07-22 18:01
liufei
阅读(247)
评论(0)
推荐(0)
摘要:
也可以修改Machine.config的MaxRequestLength的值,那么所有的项目都将自动应用设置。 阅读全文
posted @ 2008-07-22 17:16
liufei
阅读(152)
评论(0)
推荐(0)
摘要:
在ASP.NET中,有很多种保存信息的内置对象,如:Application,Session,Cookie,ViewState和Cache等。下面分别介绍它们的用法和区别。 方法 信息量大小 ... 阅读全文
posted @ 2008-07-22 15:11
liufei
阅读(231)
评论(0)
推荐(0)