iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello,
I am trialling WebCoverFlow and need to know if it is loading images server side or client side, and if it is server side, can it do it client side?
The reason for this is that the client has the images held on a seperate server to the web server and as I understand it, IIS cannot access network/remote locations. I am assuming that the users will have access via their domain login and therefore the browser will too...
Regards,
Mark Leavesley
I have confrmed this issue with our developer, our WebCoverFlow will be loading image from the client side.
As demonstrated in this thread, our WebCoverFlow has the ability to load image from an external source.
.ItemsSource does not exit, I have .Items instead?
The tooltip says it accepts items of INamedObject2, but surely it's actually WebCoverFlowItem?
The thread I link earlier is for the WebCoverFlow in silverlight. Based on your description, it seems you are using the WebCoverFlow for ASP .NET. Here is the snippet in order to add a new item during page load event handler:
protected void Page_Load(object sender, EventArgs e){ WebCoverFlowItem itm = new WebCoverFlowItem(); itm.MediaType = WebCoverFlowMediaType.Image; itm.Source = "../images/iMovie.png"; itm.Name = "cfItm1"; itm.Title = "Test Item #1"; WebCoverFlow1.Items.Add(itm);}
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname