热搜关键词: 机器人电路基础模拟电子技术matlablinux内核

rar

Programming Microsoft ASP.NET 3.5

  • 1星
  • 2013-09-22
  • 2.3MB
  • 需要2积分
  • 1次下载
标签: Programming

Programming

Microsoft

Microsoft

ASP NET

Microsoft

3 5

Microsoft

Programming  Microsoft  ASP.NET  3.5ASP.NET  pages  are  dynamically  compiled  on  demand  when  first  required  in  the  context  ofa  Web  application.  Dynamic  compilation  is  not  specific  to  ASP.NET  pages  (.aspx  files);  it  alsooccurs  with  .NET  Web  Services  (.asmx  files),  Web  user  controls  (.ascx  files),  HTTP  handlers(.ashx  files),  and  a  few  more  ASP.NET  application  files  such  as  the  global.asax  file.  A  pipelineof  run-time  modules  takes  care  of  the  incoming  HTTP  packet  and  makes  it  evolve  from  asimple  protocol-specific  payload  up  to  the  rank  of  a  server-side  ASP.NET  object—precisely,an  instance  of  a  class  derived  from  the  system’s  Page  class.  The  ASP.NET  HTTP  runtime  processes  the  page  object  and  causes  it  to  generate  the  markup  to  insert  in  the  response.  Thegeneration  of  the  response  is  marked  by  several  events  handled  by  user  code  and  collectivelyknown  as  the  page  life  cycle.In  this  chapter,  we’ll  review  how  an  HTTP  request  for  an  .aspx  resource  is  mapped  to  a  pageobject,  the  programming  interface  of  the  Page  class,  and  how  to  control  the  generation  ofthe  markup  by  handling  events  of  the  page  life  cycle.

展开预览

评论

登录/注册

意见反馈

求资源

回顶部

推荐内容

热门活动

热门器件

随便看看

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved
×