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
215
WebImageViewer Problem
posted

hi to all,

i am using Infragistics 8.3 Version and .NET 2008.in my local machine the viewer is working properly.but after i upload the file to server,it shows error "Infragistics is not defined".

I copied all the files corresponding to the viewer control.still it shows the error.plz rectify it.It is urgent.

My Design Coding is

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<asp:UpdatePanel runat="server" ID

="panel_photos">

<

 

ContentTemplate

>

 

 

<ig:WebDialogWindow ID="WebDialogWindow1" InitialLocation

="Centered"

 

 

Modal="True" WindowState="Hidden" runat="server" Height="360px"

 

 

Width

="620px">

 

 

<Header Visible=true CaptionAlignment="Left" CaptionText="Add Ads" BackColor

=Olive>

 

 

 

<CloseBox Visible="true"

/>

 

 

</Header

>

 

 

<ContentPane BackColor

="White">

 

 

<Template

>

 

 

 

<asp:UpdatePanel ID="UPEdit" runat

="server">

 

 

<ContentTemplate>

 

 

 

<table

>

 

 

<tr

>

 

 

<td></td

>

 

 

 

 

</tr

>

 

 

 

<tr

>

 

 

<td

>

 

 

<ig:WebImageViewer ID="viewPhotos" Height="260px" Width="580px" ScrollAnimations-Type="Page" runat="server" Style="text-align:center;vertical-align:middle; "

>

 

 

<Header Visible

=false>

 

 

<Template

>

 

 

<table align=right

>

 

 

<tr

>

 

 

 

<td align=right style="padding-right:580px"><img align=right src="./images/Close1.gif" onclick="Close('oButton','oEvent')" style="cursor:pointer;" Title="Close"/></td

>

 

 

 

 

</tr

>

 

 

</table> </Template

>

 

 

</Header

>

 

 

 

<ScrollAnimations Type=Page

>

 

 

<%

 

-- <NextItem Alignment="Center" EquationType="EaseIn" />

--

 

%>

 

 

</ScrollAnimations

>

 

 

</ig:WebImageViewer

>

 

 

</td

>

 

 

</tr

>

 

 

</table

>

 

 

</ContentTemplate>

 

 

</asp:UpdatePanel

>

 

 

 

</Template

>

 

 

</ContentPane

>

 

 

 

</ig:WebDialogWindow

>

 

 

</ContentTemplate

>

 

 

</asp:UpdatePanel

>