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 am always impressed how receptive your company is towards feedback."

Markus Neuhoff
Grand Valley State University

Random testimonial   All testimonials