随笔分类 -  Asp.net

《ASP.NET 本质论》HttpApplication的处理管道 ,HttpMoudle,HttpHandler
摘要:http://blog.csdn.net/sky1069/article/details/6659667handler :http://blog.csdn.net/keymo_/article/details/7168657 阅读全文

posted @ 2015-07-20 10:52 多远才是未来 阅读(122) 评论(0) 推荐(0)

ASP.NET应用程序与页面生命周期
摘要:转载自:http://www.cnblogs.com/suizhouqiwei/archive/2012/08/15/2637775.html在本文中,我们将了解不同的事件,ASP.NET 应用程序的生命周期以浏览器向 Web 服务器(对于 ASP.NET 应用程序,通常为 IIS)发送请求为起点,... 阅读全文

posted @ 2015-07-17 16:28 多远才是未来 阅读(170) 评论(0) 推荐(0)

aspx、ashx以及cs的关系,viewState
摘要:aspx和ashx关系:aspx就是一种特殊的ashx,aspx对应的类是page,它是实现了IHttpHandler接口,所以说aspx是高级的HttpHandler.aspx中帮我们封装了很多操作,我们可以傻瓜示的进行开发。aspx的目的就是生成html页面。aspx、cs关系揭秘aspx也是一... 阅读全文

posted @ 2015-07-09 15:03 多远才是未来 阅读(951) 评论(0) 推荐(0)

asp.net学习
摘要:http://www.cnblogs.com/fish-li/archive/2011/12/27/2304063.html 阅读全文

posted @ 2015-04-24 11:05 多远才是未来 阅读(73) 评论(0) 推荐(0)

Response.End引发异常
摘要:http://blog.sina.com.cn/s/blog_67a3453d0101bn2b.html 阅读全文

posted @ 2013-09-24 15:48 多远才是未来 阅读(309) 评论(0) 推荐(0)

httpHandlers
摘要:http://www.cnblogs.com/basibasi/archive/2008/02/16/1070895.html 阅读全文

posted @ 2013-08-28 17:37 多远才是未来 阅读(113) 评论(0) 推荐(0)

时间控件
摘要:使用例子:StartDate:<input type="text" id="startDate" readonly="readonly" onfocus="new WdatePicker({lang:'en',startDate:'%y-%M-01 00:00:00',dateFmt:'yyyy-MM-dd HH:mm:ss',alwaysUseStartDate:true})"/><br/>详见http://www.mysuc.com/tes 阅读全文

posted @ 2013-02-20 17:26 多远才是未来 阅读(132) 评论(0) 推荐(0)

http
摘要:http://www.cnblogs.com/yzxchoice/archive/2006/09/08/498499.htmlhttpHandler:HttpModulehttp://blog.csdn.net/sl521100/article/details/2611590http://www.cnblogs.com/fish-li/archive/2013/01/04/2844908.html#_label7 阅读全文

posted @ 2012-12-18 14:39 多远才是未来 阅读(126) 评论(0) 推荐(0)