Welcome to AspAdvice Sign in | Join | Help

September 2005 - Posts

Design-time server control persistence.

Usually, I am curious about any aspect of web development, but design-time WebForm stuff I am pretty happy to be ignorant of unless absolutely necessary. Well, that happened today, and since I couldn't find much info on this particular subject, I thought
Posted by jeffc | 0 Comments

Creating a dynamic ProgressBar server control

I wrote this for an ASP.NET portal, but they didn't use it. So, to the blog it goes. A progress bar…in a web application? Sure, it’s possible. In fact, progress bars have been in use for about as long as server-side programming has existed. Typically,
Posted by jeffc | 3 Comments