By tag: UpdatePanelAnimationExtender
0
kicks
Rendering a Gmail 'Loading' Indicator over a Specific ASP.NET Control
A recent 'kicks' article showed how to use an UpdateProgress to display a page level gmail-like status indicator. This article shows a technique for rendering the indicator over the control contained within an updatepanel. On pages where there are a lot of controls, this lets the user know exactly...
0
kicks
Quick Ajax Tip: Provide a better asp:Wizard user experience
Wrapping an asp:Wizard in an asp:UpdatePanel is a nice way to improve the user experience of your web pages. Throw in a couple of animation cues using the UpdatePanelAnimationExtender and your application will really ...
0
kicks
Ajax.Net Example: Using an UpdatePanelAnimationExtender to animate ...
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...