Well.That's what i am using but it's for the modal popup on the calendar and i wanted to have a stable data storage on the page so i don't have to hit the server every time i go to the next line of a listbox to get a new picture.
Anyway i've incorporated it now so that is that....
Correction i use the image inside a formview but that's about the same.
Gary, something i see is that this will sometimes goes a little "slow" in order to fetch the picture from sql.I'm assuming since that this has to do with the fact that the data must be "scanned" from the ashx page byte by byte, so, and correct me if i'm wrong,it does not have to do something with the performance of SQL.I mean the speed will be what it is for one user fetching and image or 100 users fetching and image(assuming the the SQL can handle 100 users at once with ease) .It just slows on the async transaction.
Am i correct?




Reply With Quote