im using ToggleButtonExtender control for this target control is CheckboxList, at run time im binding some data to the Checkboxlist, but while Displaying on the ToggleButtonExtender only Thumbs image is displaying, but i want to show how many data is there in Checkbox then that many Thumb image should display, how to do that?
I'm using ASP:Wizard with two pages and a TabContainer inside each wizard step. I need to change "ajax__tab_body" default background-color:#ffffff to transparent color.
I have the following scenario:
- AJAX copied and added to project from "D:AJAX Control ToolkitAjaxControlToolkit.."
- My stylesheet.css which contain the ".ajax__tab_xp-theme" modified theme as class: ".MyTabStyle" located in "~cssstylesheet.css"
- A copy of AJAX Tab images in "~images ab.gif" "tab-hover.gif", "tab-active.gif" ...
1. What happens between first and second load of wizard cause I can see it takes different syles css?
2. Most important: When I load the wizard the first time everything is OK, if I go to second page of Wizard It comes the rendering issue:
- The right image of each tab "tab-right.gif" appears separated from the tab see here: Why ?
' To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line. <System.Web.Script.Services.ScriptService()> _ <WebService(Namespace:="http://tempuri.org/")> _ <WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)> _ Public Class SlidesService Inherits System.Web.Services.WebService <WebMethod()> _ Public Function GetSlides() As AjaxControlToolkit.Slide() Dim MySlides(2) As AjaxControlToolkit.Slide MySlides(0) = New AjaxControlToolkit.Slide("ClassifiedImages/Image1.jpg", "Blue Hills", "Go Blue") MySlides(1) = New AjaxControlToolkit.Slide("ClassifiedImages/Image2.jpg", "Sunset", "Setting sun") MySlides(2) = New AjaxControlToolkit.Slide("ClassifiedImages/NoImage.jpg", "Winter", "Wintery...") Return MySlides End Function End Class
I have been exploring for a few days AJAX Toolkit and I am just wondering, if it is possible to move images in and out e.g. from right to left from asp.net image control. I would like to create a control that behaves in a similar way to the ones appearing on MS Store websites which you see there:
[URL]
I have tried to create it using AJAX SlideShowExtender but to be honest I am new to this technology and managed to make it only fade in and out. I was thinking also about using Collapsible Panel Extender but obviously I am not sure where to start.
I have a file server where i store all of images.I need to display these images onto my webpage using jquery and ajax. how to do ? i can do the reading of the image from file server using a web service hosted on the file server which will return a byte array of the image, but once i read the byte array then how do i display it on the web page using jquery and ajax.
I'm using the slideshow extender, however the images are not a standard size. The images are user supplied, and they are often displayed full size, so I can't standardize them. I need a way to resize them on the fly, and have them look good.
I've been working on this slide show off and on for some time. I've had many false starts, finding out after putting in quite a bit of time and work that there is just one thing or another that I cant't get to work. I'm hoping this ajax extender will be the answer. It won't be if I can't rezise the images.
what the extender can use as image sources? I know it can use an image on the hard drive, which is where my images are, but then I have the size problem. I tried using a webpage that uses a third party control to resizde the image, but that didn't work. I'm looking at this site: [URL] for resizing the images, can the output be used by the extender?
I'm getting a problem while using HTMLEditor. Images used in toolbars are not displayed well. Instead of showing correct images, it only show cross (x) image. After recycling the pool from IIS, everything's fine again. And the problem happens again next morning. Then, recycle the IIS, and fine again.
I checked url of image (Right click -> Properties) before and after. All are the same.
Here, I override the HTMLEditor in order to customize the tool bar buttons. But even I used the original HTMLEditor, the problem is same.
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.
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.
I am working on an ajax application in which user can see chart (an image) of any available product. For generating chart I am using MS-Chart control. User will click a product link, its id will be passed to server side where image will be generated, returned to client side and displayed. All this is to be done asynchronously.
I thought to call a call web method, but what web method will return ?
I tried using HttpHandler but I did not get how to pass parameter (id) to it ?
I am using ajax slideshow extender , in my application displaying image from local system (not in database, with in application) . But my requriment is how add images to slide show extender dynamically . To retrive and display images from local system by using one page.
I've download AJAX Control Toolkit and drag Editor control to my .aspx page. It's said the control can add image in this tutorial: http://www.asp.net/learn/Ajax-Control-Toolkit/tutorial-50-cs.aspxbut how? I cannot find the insert image button.
Can someone point me to a tutorial that shows how sorting is done with small images showing the sort direction. I'm using linq-to -sql so I'd like something that shows how dynamic linq works.
I want to know that how to dispay the all images from the folder available on ftp to the web page.
Ex :
There are 5 folder are available on FTP site. If I want to access the folder A with all images. How it it possible ? The Image should display on slider.
When ever user come over that image i have to populate modalpop in that i have to display remaing images.
find the link for the example...
[URL]
(Please select Hotels in tab, Search for Hotel,Than you can find the datalist with images. While moving mouse over the datalist image you can find the one popup displaying the images on the popup.)