' Author: Karthik Giddu ' Email: gidduk@vsnl.com ' Updated: 5-May-2002 ' Language: VB.NET ' Framework Version: V1 ' Create thumbnail images on the fly which will double as image conversion (bmp to jpg/gif etc) utility <%@ Import Namespace=System.Drawing %> <%@ Import Namespace=System %> <%@ Import Namespace=System.Web %> <%@ Import Namespace="System.Data.Odbc" %>