I had put this code on my Page_load event
Dim wpf As New Infragistics.Web.UI.ListControls.ImageItem()
wpf.Visible =
True
wpf.ImageUrl =
"http://samples.infragistics.com/2008.2/webfeaturebrowser/images/top_left.jpg"
WebImageViewer1.Items.Add(wpf)
And i was put the object on my default page
<
ig:WebImageViewer ID="WebImageViewer1" runat="server" Height="120px" Width="470px" ScrollAnimations-Type="NextItem"
StyleSetName="Nautilus" EnableTheming="true">
<Header Visible="true" Text="Product Picture">
</Header>
<Footer Visible="true" Text="Select a product for more information.">
</Footer>
</ig:WebImageViewer>
When the page start i don't see any image loaded on the object .
And i can see on the HTML page the code
<img border="0" id=":428111986.4:adr:0" class="igiv_NautilusImage " src="." alt="" style="height:100%;visibility:hidden;" />
NO SRC was refer to image and also visibility it is hiden ..
CAN SOME ONE HELP ME ?
Thanks
Ale