An Ajax image list control to manage list of items displayed with icons

Our objective is to provide a mean to manage small lists of items in the browser, including adding and removing items, where the final list can be posted to an ASP.NET server. This function is fulfilled by an ImageList control which is inspired from the WinForms’ ListView control. Our environment is ASP.NET 2.0 on Windows and IIS and our image list uses ASP.NET Ajax Extensions 1.0 which you can download and install from http://www.asp.net/ajax/.

Read more...

ImageList in run mode