ASP.NET Controls
These ASP.NET controls are meant to be included in a web project. There are two types of control here - User Controls and Server Controls. User Controls are usually pretty simple, and consist of a .ascx file and its associated ascx.cs codebehind file. Server Controls behave similarly, but are distributed as a DLL that can be shared among multiple applications. If you have any feedback you'd like to leave about these controls, or perhaps a bug report / feature request, feel free to drop in at the Number A Forums.
As of now, all of these components are free to use by anybody. I don't have a proper license up yet, but basically you can use them however you'd like, but if you include them in your applications or web sites you have to email me so I can add you to my list of users. That's really all I want.
Right now I have the following controls available:
- Image Gallery Control - Display a folder structure of images automatically using an ASP.NET control.
- Browser Upgrade Message User Control - Advises users of broken browsers (Internet Explorer or older Netscapes, specifically) to upgrade to a modern browser.
