AJAX :: Unable To Display Seadragon In Tabcontainer
May 5, 2010
In my appliction I have 4 tabs. Ex- HOME,ABOUT US,LAYOUT,CONTACT US. these tabs are in tabcontainer. Using Seadragon I have created the image(LAYOUT).Image is displaying only when I set the Activetabindex to LAYOUT. Otherwise it is not displaying the image.
View 2 Replies
Similar Messages:
Apr 16, 2010
When work with seadragon control it works fine.but when put seadragon control in tabcontainer it is not displaying.code
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<cc1:TabContainer Visible="true" lefr-margin="200px" Width="1000px"
[code]....
View 2 Replies
May 20, 2010
I need to display multiple images in seadragon. I have developed these in deep zoom compmser and checked in preview, it works fine.but when i put this in seadrgon's sourceurl,i am facing the following error. icrosoft JScript runtime error: Object doesn't support this property or method.
View 2 Replies
May 9, 2010
I want to display multiple images using seadragon control.
View 1 Replies
Jun 6, 2012
I am using different ajax tab panel and when i move over the ajax panel, it should show the name of the ajax tab panel.
View 1 Replies
Mar 19, 2013
I have ajax tab container i want to align it vertical, i went online at ajaxtoolkit sample website but its not seems to work
View 1 Replies
Mar 17, 2014
i seen ajax tab container... got answer also but it working fine in normal page if i add that to aspx page which is attached with master page it is not working properly.. means tab are coming horizontaly instead of vertical
View 1 Replies
Apr 6, 2010
I'm have a project that uses a TabContainer. When I view the TabContainer from my local IIS it displays fine. When I run this from a production environment I'm getting tiny gap & a border line below my TabPanel Header. My browser is IE 8.0
View 3 Replies
Dec 17, 2010
I use a border for the TabContainer body which works fine.
[Code]....
also I use three hidden divs and one visible div inside a main div which works as body of Tabcontainer
View 1 Replies
Dec 10, 2010
Has anyone ever tried to put a seadragon control in an accordion extender? I just tried and I can't get it to work. The seadragon control dosn't render the image when you open a pane in the accordion. Something like this...
[Code]....
View 2 Replies
Jan 19, 2011
I used the DeepZoomTools.DLL to convert a JPG file to XML using the following code:
[Code]....
I then used the aspx page below to show the file which is created. On Firefox there are no java erros, the control appears but it just says loading....... on the IE8 control show up saying Loading.. but I am getting a javascript error. Can anybody help figure this out?
[Code]....
[Code]....
View 1 Replies
Jan 28, 2011
The toolkit in Visual studio doesnot have SeaDragon ajax tool.How can i use it in my project.
I need the image to zoom in my project.
View 4 Replies
Oct 4, 2010
I've been implementing Seadragon (as part of the ACT), but have recently found some users complaining of slow speeds whilst using it - I thought this odd because the whole idea of Seadragon and DeepZoom is streaming images as they're required rather than loading one huge image in one request.
I've done a bit of testing (using Firebug) on both our web pages and the ASP.net ACT Sample website Seadragon control, and have found that when the control is opened on screen, the browser decides to load all the tile images at once (even the tiles which aren't at the default zoom level).
Has anyone else experienced this and does anyone know why it does it/if there's a fix? The fact it happens on the ACT sample site has left me tearing my hair out because I know that it's not just my implementation of the control that's causing problems.
View 3 Replies
Apr 8, 2010
i want to use seadragon control in order to show a map.
my code is
[Code]....
i am getting the following error:
Error on execution of Microsoft JScript: the 'undefined' is null or not an object
here:
AjaxControlToolkit.Seadragon.ImageLoader.prototype = {
_onComplete:
callback(image);
}
Seadragon.Debug.error(e.name +
}
}
},
function(callback, src, image) {this._downloading--;if
(typeof (callback) ==
"function") {try {catch
(e) {" while executing " + src +" callback: " + e.message,
e);
View 1 Replies
May 20, 2010
I have generated single imge in deep zoom composer and i can able to working seadragon control
code: sourceurl="dzc_output.xml"
Now I need to display mutilple images. I have generated images using deep zoom composer.I should use these images in seadragon control.
View 1 Replies
Nov 28, 2010
I implement IHttpModule to rewrite url address. Other images, css, js work well except zoom images control on Seadragon.
View 4 Replies
Sep 8, 2010
using following code.. vs 2008 and ajaxtoolkit 3.5.40412.2 what is is to be done to make it work?
[Code]....
View 6 Replies
Jun 22, 2010
I have 2 panels and one modalPopUpExtender-
<
asp:Button
runat="server"
i m showing modalpopupextender explicitly based on my requirement.
protected
void
OkButton_Click(object[code]...
but sometimes it is working and sometimes it is not working means it is not displaying modalpopupextender.
View 2 Replies
Apr 9, 2010
I have a Collapsable panel which I have placed inside another panel.
When this renders I can see the title panel, but the content panel does not appear at all. When I look at this content through Firebug it's greyed out. However if I then look at the CSS for this generated Div I can make the panel appear one of two ways:
Disable the setting "overflow-y: hidden" and then the panel displays below the title panel
Add the line: "float: left" to the div and this then displays it.
This div is created by the CollapsiblePanelExtender itself and I don't know how to control this myself when rendering the page. I can set the float in the panel itself, but this is inside the Div created by the control and doesn't seem to affect it's running.
This works perfectly fine in i.e.
Here's the code
[Code]....
View 2 Replies
Aug 6, 2010
I have added ajax toolkit password strength for my password and confirmpassword textboxses (which are in asp.net create user wizard control) but it isn't showing up at all. Here is my code of password strength indicator for password textbox, please look at it and let me know that what I have missed?
[Code]....
<ContentTemplate>
<ul>
[Code]....
View 8 Replies
Sep 23, 2010
I have teh seadragon working, but when I try to active it with a hovermenu or popupcontrol, I don't get an error, I just get everything except for the actual image. It has the background, the controls of enlarge, shrink etc, but no image.
View 1 Replies
Mar 25, 2010
I am a newbie in web development I came from win form environment. how to set tabcontainer (ASP.Net Ajax Tool) width size according to users desktop screen resolution?
(setup and tools)
visual studio 3.5 sp1
AspNetAjaxLibraryBeta0911
View 1 Replies
Jul 22, 2010
At present we are using <ajax:TabContainer> to load tabs. I have 5 user controls inside <ajax:TabPanel>.
The problem is that all the data on these 5 pages gets loaded at once and increases the loading time as well as it is very hard to debug. Can we do lazy loading uisng TabContainer control? so that only the data of the current tab is loaded and when we click on the other tab then that's control data gets loaded.
View 7 Replies
Dec 3, 2010
m kinda new in asp.net ,i'm try to do a web form with 3 tabs but i want that the tabs will start from the right end of the screen and not from the left?is there a way to do it?i searched the properties list for such a thing , and i didn't fine it.
View 1 Replies
Mar 29, 2010
I created dynamic the tabpanel of tabcontainer, and the tabpanels change depended on the item which chooses from dropdownlist but the problem is tabcontainer keeping the last tabpanel and create another tabpanel and I couldn't remove them how I can rebulid the tabconatiner each postback
View 2 Replies