Serial Progress Bar for ASP.NET 3.5

Serial Progress Bar for ASP.NET 3.5
There are many user controls in ASP.NET for a progress bar, but not so many for a progress bar that shows you how many steps are finished and how many are left to be completed. I call that a Serial Progress Bar, hence the title of the post. So since I had to go ahead ...

jQuery UI Dialog for ASP.NET 3.5 1

jQuery UI Dialog for ASP.NET 3.5
Its a bit tricky when you want to use jQuery UI components in ASP.NET projects. There are some things that are not aligned between the two technologies, even though one is client side and the other is server side. For starters both have their own Ajax scripts, so when incorporating jQuery UI components on a page you would have to decide ...