Rank: Advanced Member Groups: Member
Joined: 4/30/2009 Posts: 36
|
I am currently using EO's File Explorer and I like the way it loads and refreshes images. Do you know which control in the File Explorer displays the image (asp:PlaceHolder ?) Do you have code examples on how I can use this control in a completely different situation to refresh images?
Thanks
Kennaxx
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The images are displayed by an EO.Web Grid control. Internally the Grid supports two views: list view or thumbnail view. Outside code can only use list view and thumbnail view is reserved for our code only. FileExplorer use both views.
Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 4/30/2009 Posts: 36
|
Thanks for your answer.
Kennaxx
|