随笔 - 42  文章 - 13 评论 - 7 trackbacks - 1
<2007年7月>
24252627282930
1234567
891011121314
15161718192021
22232425262728
2930311234

搜索

 

常用链接

随笔分类

随笔档案

文章分类

文章档案

新闻分类

收藏夹

Blogs

Favorite Website

My Blogs

Open Source

Smart Device

积分与排名

  • 积分 - 17443
  • 排名 - 3882

最新评论

评论排行榜

Ajax.Net Example: Using an UpdatePanelAnimationExtender to place an animated gif over a GridView

 I recently was working on an Asp.Net project that contained quite a few search pages.  These pages all followed a similar structured pattern where the user had a set of fields they could filter on by typing in values and pressing the search button.  The results were displayed in a GridView where the user could sort by clicking on column headers, export the results to excel, etc...  To help improve user experience, we placed each of the GridViews in an asp UpdatePanel so while the user refined the search (sorting, adding or removing additional filters), only the GridView would be refreshed and not the entire page.  Additionally, we wanted to add a few standard UI cues (disabling the Search button, fading out the GridView, and placing a progress indicator over the GridView) letting the user know an operation was currently in progress.

Download Code | View live demo

http://mattberseth.com/blog/2007/05/ajaxnet_example_using_an_updat.html

0
0
(请您对文章做出评价)
» 下一篇:[Reference]How to make a Gmail-like loading indicator with ASP.NET Ajax
posted on 2007-07-04 20:43 JerryZhao 阅读(698) 评论(0)  编辑 收藏 网摘 所属分类: Ajax