Tag: Development

Community

ImageListView

(Ozgur Ozcitak) ImageListView is a .NET 2.0 control for displaying a list of image files. It looks and operates similar to the standard ListView control. Image thumbnails are loaded asynchronously with a separate background thread. The look of the control can be completely customized using custom re

Community

.NET Culture and SQL Server

(Steve Burch) Many times we need to convert data, such as a Date retrieved from a DBMS, into a string representation. The culture setting of our web browser, done either by our PC’s configuration or by the web application itself, can incorrectly affect how the Date to String conversion occurs.