Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
HRLP ! WebImageViewer1 doesn't work CLR2.0
posted

 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 

 

Parents Reply Children
No Data