ImageZoom - Binding to Dataset




Sample code

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

ImageZoom1.DataSource = ds;
ImageZoom1.DataBind();



"Thank you very much for your help! Excellent support!"

Todd Newell
Newell IT Services

Random testimonial   All testimonials