AJAX :: Use Seadragon Control In Order To Show A Map?
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
Similar Messages:
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
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
May 9, 2010
I want to display multiple images using 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
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
Sep 16, 2010
MSDN documentation says that the ScriptManager class is part of the System.Web.UI namespace and I see that I can create a ScriptManager object programmatically. However, I don't see the ScriptManager control on the front-end. Do I need to reference the Ajax Control Toolkit dll in order to have access to control?
View 6 Replies
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
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
May 20, 2010
how to use the Seadragon image zoom control in asp.net page
View 3 Replies
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
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
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
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
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 18, 2010
I have a datalist that shows information from a SQL table perfectly. Is there a way to show the information in reverse order?
Example:
Person1
Person2
Person3
Instead I would like:;
Person3
Person2
Person1
View 3 Replies
Feb 22, 2010
I have a databound dropdownlist hooked up to a table and the query has the returned items show up in order. I also have some default items that are _DataBound like so:
[Code]....
What I'd like to do is add some more items, but have these new items show up in order with the other items displayed from the query. How do I accomplish this?
View 8 Replies
Feb 10, 2011
ing to show customers and their order totals. There are a few joins involved since the order items quantity and price come from 2 different tables. Here is the query:
select DISTINCT
c.custnumber
ordertotal = convert(money, (SUM(c.quantity) * d.Price))
from custOrders c
left join purchaseorders p on p.cust_code = c.cust_code and p.purchno = c.ponumber
left join purchasedetail
[code]...
View 10 Replies
Dec 4, 2012
I am developing Online Food Ordering web application[asp.net+Sql]. I want to show automatic popup at admin side when user order for food. (Like fb notification).  When user place order that time admin should get automatic popup.Â
View 1 Replies
Mar 16, 2011
define OnClientShown client event for calendar, and you can set the mode to "year only" in this event,
[Code]....
View 1 Replies
Feb 27, 2011
I have "add new folder" button in my asp.net form and I need to show dialog in order to make the user able to enter the folder name,how can I accomplish that in asp.net?
View 2 Replies
Jul 26, 2010
i have difficulty to show the validation error message next to textbox. fyi, the error message by default are showing in validation summary.
how to configure the validation error message in order to show next to (on right) a textbox. eg. in index.aspx or edit.aspx.
View 10 Replies
May 7, 2015
How can i make a gridview always started ascending, depending on one of my columns? considering that is Populate it from database SqlDataSource
View 1 Replies
Aug 9, 2010
The problem is I had to create a draftResult class in order to show data that resides in two different tables using linq which means if i want to add or remove a column i will need to do so in the draftresult and in my linq. Here's what my setup looks like: I have two tables (draft, lookUpStatus)
draft table columns
idname,status id
lookupStatus
idtitle
public class draftResult {
public string draftName {get; set;}
public string status {get; set;}
}
I want to list the draft name and the status title in a table view. In order to do this, I wrote the following linq in a method in my sqlRepository class and return it to a IQueryable<draftResult>. My controller instanstiates the sqlRepository object and invokes GetDraftListing().
public class sqlRepository {
private Table<Draft> _draft;
private Table<LookUpStatus> _lookupubStatus;
public IQueryable<draftResult> GetDrafLtisting() {
return (from draft in _draft
join status in _lookuptatus
on draft.StatusID equals status.ID
select new draftResult
{
draftName = draft.name,
status = status.Title
});
}
}
The above process works but does not seem as flexible and i'm trying to get a better understanding of MVC and LINQ.
View 8 Replies
Dec 1, 2010
I am trying to add ajax calendar control on page, and i don't know where I made mistake. When page shows up, and when I click on calendar image control does not show up.
Code:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="FrmAssignTaskPlaceOfDamage.aspx.vb" Inherits="FrmAssignTaskPlaceOfDamage" %>
View 6 Replies