Ajax开发


Warning: Undefined array key "HTTP_REFERER" in /www/wwwroot/prod/www.enjoyasp.net/wp-content/plugins/google-highlight/google-hilite.php on line 58

1,VS2008默认带有AJAX Extensions组件
2,局部刷新:UpdatePanel

  • 页面引入ScriptManager,设置EnablePartialRendering=”true”
  • 将需局部刷新的代码块用UpdatePanel包裹
  • 若想得到点击按纽触发局部刷新,设置UpdatePanel的Triggers

3,进度条:UpdateProgress: 它将显示页面上所有的UpdatePanel控件更新的进度信息。,
可用AssoicateUpdatePanelID指定关联的UpdatePanel

  • 页面放置UpdatePanel
  • 在UpdatePanel放置UpdateProgerss