How To Use The Seadragon Image Zoom Control In .net Page
May 20, 2010how to use the Seadragon image zoom control in asp.net page
View 3 Replieshow to use the Seadragon image zoom control in asp.net page
View 3 RepliesI 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.
using following code.. vs 2008 and ajaxtoolkit 3.5.40412.2 what is is to be done to make it work?
[Code]....
i need free jquery for zoom in and zoom out image with mouse scrool i google but one of the Query is from the developers side so i can't use thisso where can i get fully free code
View 6 Repliesiam using asp.net with c#
iam having images in page .when i mouseover on any of the image, the image size should be zoom and display in the center of the asp.net page in the same window
[URL]
used the css and html from the above sample code  , but instead of the actual image i get loader image
i am using datalist to display imageÂ
<asp:ListView ID="ListView1" runat="server">
<LayoutTemplate>
<ul class="ProductList">
<asp:PlaceHolder runat="server" ID="itemPlaceholder"></asp:PlaceHolder>
[Code].....
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]....
I have an ASP.NET Image tag where i have bind image URL to display image. I want to zoom image when user take mouse over an image.
View 1 RepliesI am looking for a jQuery image zoom script with functonality as like in this link.
Has anyone done this before?
I am looking for scripts which supports with ASP.NET.
I want to Zoom image inside DataList, but it is not working
<asp:DataList ID="DataList1" runat="server" height="380" width="280">
<ItemTemplate>
<div>
<asp:Image id="img1" ImageUrl='<%# Eval("Image") %>' data-zoom-image='<%# Eval("Image") %>' runat="server" height="380" width="280"/>
</div>
</ItemTemplate>
</asp:DataList>
how to zoom image in side like in shopping sitewhen we put mouse over the particular portion of of image,that portion zooms in the side.how to do this with simple codes?
View 1 RepliesI 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 RepliesI am referring the link [URL] ....
View 1 Repliesi 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);
I want to display multiple images using seadragon control.
View 1 RepliesI implement IHttpModule to rewrite url address. Other images, css, js work well except zoom images control on Seadragon.
View 4 RepliesI have a GridView control which renders the number of events for a particular day. Each cell in the GridView shows the number of events for that particular date. The problem is that on certain days (a cell in the grid) there could be around 10 events and showing all 10 in the single cell is not very user friendly. I was wondering if there was a zoom control or something similar which I could use for cells that contain more than a specific number of events?
View 4 RepliesI have a .net3.5 mschart control bound to a data table displaying a line graph. I wigh to zoom in on an axis on an asp.net web form.
View 1 Replieshow to restrict zoomover when we use wheelmouse along with the control .Its urgent for me to restrict the user not make scrolling on the web form.
View 6 Replieshow to upload image from child page to image field on master page in asp.net vb.
View 1 Replies this works great on my dev machine, but not working on godaddy.com. Every time I clicked on the image, the page is just loaded itself instead of going to the previewphoto.aspx page.
<img id="ctl00_ContentPlaceHolder1_ImgPhoto" class="ImgPhoto" onclick="<!--ow.open('../member/previewphoto.aspx?uid=676971b9-ca9e-463e-8b48-6b5d5b1b01c2&id=22', 'child', 'scrollbars,width=650,height=600--> return false" src="../Photos/../photos/UserLock.png" style="height:100px;width:100px;border-width:0px;" /><br /><br />
[code].....
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]....
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]....
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.
I Used AsyncFileUpload(one of Ajac Control Toolkit Controls) to Uploading User's Image. this works well. But i want to change the image url of an image contorl to uploaded image url. how can i perform that? I put Image control in a Update Panel:
[Code]....
in C# code I wrote these:
[Code]....
But it does not work. Image is like Previous. Note that ImageOperations.ResizeFromStream() method resizes and saves the image to a specefic folder. actually I should trigger a Postback to Update the Update Panel but How to do that. I usedUpdatePanelNew.Update(); but it does not work!