Kevin and Andrea's FourCats Home About
Portfolio Blender


buffer

Please be sure to check out my new web site, The Five Cats Club.
Back to Portfolio

Web Controls

List controls

These list controls include the properties Microsoft forgot!

I frequently use the .NET ListBox web control, and so I often find myself frustrated because there is no "easy" way to retrieve the values of all of the selected items in the control. I've been using .NET now for about two years (as of November 2004), so I can't believe this didn't hit me earlier -- write a class that inherits the ListBox and provide the property yourself! So I did, and now I have a list box that I hope I will find a little easier to use, and hopefully you will, too.

Because the CheckBoxList control is virtually the same as the ListBox, I also inherited that control to provide the same properties. Below you will find links to download these controls for both Microsoft .NET Framework 1.0 and 1.1.

Documentation in Microsoft .CHM format is provided with the controls, but you can also view the docs online.

Disclaimer and license agreement

Copyright © 2004 Kevin Werner ("WernerWare"). All Rights Reserved. No part of the software source code may be altered, copied, reverse-engineered, or translated to another programming language without prior written consent of the author.

This software is provided "as-is", without any expressed or implied warranty. In no event will the author be held liable for any damages arising from the use of this software.

Permission is granted to anyone to use this software for any purpose. If you use this software in a product, whether in its original form or as the base class for an inherited class, the following acknowledgment in the product source code, product documentation, or one of the application's pages would be appreciated:

Includes components from the WernerWare.WebControls library, available free of charge at http://showcase.netins.net/web/fourcats/WebControls.

How to use

Just download the ZIP file, unzip it and move the DLL(s) into your application's bin folder. You can use the provided list controls just the same as the standard list controls provided with the .NET Framework.

The ZIP files below each include 3 DLLs: the WwListBox, the WwCheckBoxList, and a WebControls DLL, which includes both the WwListBox and WwCheckBoxList controls.

Download

Please be sure you have read and understand the disclaimer and licence agreement above before downloading.

For Microsoft .NET Framework 1.0

Download the WernerWare web controls for Microsoft .NET Framework 1.0.

For Microsoft .NET Framework 1.1

Download the WernerWare web controls for Microsoft .NET Framework 1.1.

 

buffer

FourCats Home | Portfolio | Blender


Questions? Comments? E-mail me!

Copyright © Kevin Werner. All rights reserved.