Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top AJAX Solutions: 1 - 25 of 137
 
I have a setup that follows the Ext.data.DataWriter Example on the Ext JS site, with the exception that I didn't extend any classes. The create, update, read, destroy is all working perfectly ...
I am at a loss for why my code is not working. When I launch the attached html object I get the status code 0 instead of the expected 200. Does anyone know why I am getting this status? I have...
I am working with Cold Fusion 8 and Oracle.  What I have in my application is two multiple select list items. One for state and other for ZIP Code, once a state is selected; I want the ZIP lis...
Hi Friends, I'm generating an image (graph.jpg) runtime and saving it to the server and displaying it in a image control by setting its ImageUrl property. The Image control is inside an Upd...
I have a page in which I placed many update panels, some of which I want to be refreshed from client side. For that purpose I use __doPostBack javascript function do to do the job. Everything ...
Hi EE I've searched around trying to find a solution to this little problem. I have two select boxes, both are populated from a database, the second box is updated via Ajax after the 1st ha...
    url = ""/ajax-demo/static-article-ranking.do"  req.open("GET", url, true);       req.send(); In the aboce piece of code I want to pass the parameters to the URL.. I can pass only 2...
I have used this export code in a number of places with no problem, but now that the gridview is located inside an UpdatePanel, I'm getting blank excel sheets when it exports. Where am I dr...
I'm looking for a way to implement an image tagging feature. In the browser, I want to be able to display an image and allow the user to tag elements within the image; however, the user should...
I have created a simple HTML document and an Ajax class. When I typed value into the text field on the HTML page and press the submit button and Ajax class is instantiated and an ASP script on...
I just downloaded the latest Ajax Toolkit and now I'm getting the following error message on a page that previously didn't have any issues. Multiple controls with the same ID '_header' were...
I would like a modal window pop up to load a user control when its executed. At the moment in my panel i have the content pre loaded and its shown when the modal is executed. Instead of thi...
Hello I am using a Gridview with a select button upon clicking the select button, an ajax popup modual  opens the Details view in a pop up&(That part works great) In the details view  I have...
Hello experts, I am trying to implement content browsing like it is done on Facebook when user is browsing the photos. I guess everyone is familiar with that photo browsing where you can cl...
I'm having a problem with AJAX, and it may be my understanding of how onreadystatechange works, in which case I'll have to do something different. I have a web page with several <div id=xx...
This code working fine in every browser except IE.
how AJAX UpdateProgress Block Screen Popup when  UpdateProgress fire
I wrote a simple page a while back, which on load scrolled a div to the bottom by using a hash link. However Im now loading the div as part of a ajax load into another div, and I need this ...
Hi Experts , I have a repeater inside an update Panel that displays/refreshes  the data when I click on a Button which is also inside the Update Pane. I have also put an update progress con...
How to get image as responseText or responseXML in Ajax response? I am using PHP to display image (using echo). I need to get this image as a responseText or responseXML in the Ajax. How...
i write the javascript in notepad and use firebug to monitor ajax activity using the net tab, can i do the same in ie? I have treied firebug lite, doesn't seem to do it nor does ie developer ...
Noob to coding, trying to figure out how to augment some code here. I am trying to load 2 divs with one click.  Not working.  I am using the following code to load 1 div and it works great ...
Hello, i want to execute Javascript in an Update Panel. <update panel 1 /> <update panel 2 /> if the panel 2 sends an callback, some javascript should be shown. i'm using asp.ne...
I'm making a page to query other website and return a result. Like this website does http://tools.web-max.ca I know how to do this for one website using MSXML2.ServerXMLHTTP. The rem...
Dear Experts, I have a very simple code I got it from an expert here, the code is send the form values to a PHP file that save the values to DB and then print a message that said the "The f...