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

与我联系

搜索

 

常用链接

留言簿

随笔分类

随笔档案

文章分类

文章档案

新闻分类

收藏夹

Blogs

Favorite Website

My Blogs

Open Source

Smart Device

积分与排名

  • 积分 - 9797
  • 排名 - 3326

最新评论

评论排行榜

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

posted on 2007-07-04 20:43 JerryZhao 阅读(439) 评论(0)  编辑 收藏 所属分类: Ajax

标题  
姓名  
主页
Email (只有博主才能看到) 
验证码 *  看不清,换一张 [登录][注册]
内容(请不要发表任何与政治相关的内容)  
  登录  使用高级评论  新用户注册  返回页首  恢复上次提交      


相关链接: