ASP.NET Ajax EnhancedUpdateProgress - choose the position of your UpdateProgress!
I've been playing with the new bits of the ASP.NET Ajax framework lately; I like the enhancements pretty much, a much cleaner code and a very richer API to have fun with.
Since with the Beta 2 the UpdateProgress control is bundled into the main assembly I chose to enhance it a bit so that I can choose where to show it in my page. I inherited from the UpdateProgress control and exposed an additional property called Position, which accepts the following values:
- Center (default)
- TopLeft
- TopRight
- BottomLeft
- BottomRight
- None (same position as in the standard UpdateProgress, that is, where placed in the page)
I've recorded a short
screencast to show how it works, and the source code is available on
my main project's svn repository.