ImageZoom - Binding to Datatable




Sample code

OleDbDataAdapter da = new OleDbDataAdapter();
DataSet ds = new DataSet();
da.SelectCommand = myComm;
da.Fill(ds, "Images");

ImageZoom1.DataSource = ds.Tables<0>;
ImageZoom1.DataBind();



"I'm pretty happy on replacing ComponentArt's splitter with yours, I'm getting vastly superior performance out of it. On resize of the CA splitter it can take 2-3 seconds to complete a resize of a complex page whereas yours is maybe .5 of a second max."

David Homer

Random testimonial   All testimonials