Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am having some trouble loading an image using the following code. Any help is greatly appreciated.

C#
<asp:Panel ID="Panel1" runat="server" Width="300px">
     <asp:Seadragon ID="Seadragon"
	runat="server"
	SourceUrl="dzc_output.xml">
	
</asp:Seadragon>

<asp:Seadragon ID="Seadragon2" CssClass="seadragon" runat="server" SourceUrl="dzc_output.xml">  
    <ControlsCollection>  
        <asp:SeadragonControl runat="server" Anchor="TOP_RIGHT">  
            <asp:Menu runat="server" BackColor="#FFFBD6" DynamicHorizontalOffset="2" Font-Names="Verdana"  
                Font-Size="10px" ForeColor="#990000" Orientation="Horizontal" StaticSubMenuIndent="10px"  
                Font-Bold="True">  
                <StaticSelectedStyle BackColor="#FFCC66" />  
                <StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />  
                <DynamicHoverStyle BackColor="#990000" ForeColor="White" />  
                <DynamicMenuStyle BackColor="#FFFBD6" />  
                <DynamicSelectedStyle BackColor="#FFCC66" />  
                <DynamicMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />  
                <StaticHoverStyle BackColor="#990000" ForeColor="White" />  
                <Items>  
                    <asp:MenuItem Text="Menu" Value="Menu" />  
                    <asp:MenuItem Text="Control" Value="Control" />  
                    <asp:MenuItem Text="Over" Value="Over" />  
                    <asp:MenuItem Text="Seadragon" Value="Seadragon" />  
                </Items>  
            </asp:Menu>  
        </asp:SeadragonControl>  
    </ControlsCollection>  
    <OverlaysCollection>  
        <asp:SeadragonScalableOverlay runat="server" Rect-Height="0.24"  
            Rect-Width="0.26" CssClass="overlay"   
            Rect-Point-X="0.14" Rect-Point-Y="0.06">  
        </asp:SeadragonScalableOverlay>  
    </OverlaysCollection>  
</asp:Seadragon> 
Posted
Updated 1-Feb-12 0:25am
v2
Comments
Slacker007 1-Feb-12 6:26am    
Edits made: Title, tags, and formatting.
Rajesh Anuhya 1-Feb-12 6:27am    
What is the error you are getting??
--RA
NikulDarji 1-Feb-12 6:34am    
What is the error???

1 solution

no error but no image is loading ..?
 
Share this answer
 
Comments
Anuja Pawar Indore 2-Feb-12 4:19am    
Use comment section for commenting, this is answer section

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900