Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top AJAX Solutions: 1 - 25 of 158
 
I was recommened to post here as I was told AJAX would work better for my application. Here is my previous post: http://www.experts-exchange.com/Database/MySQL/Q_23686022.html?cid=748#a223...
I've been trying to solve this problem all day and think I'm on to the base issue, but cannot figure out the final solution. In the previous release of my website, my AJAX code supported on...
Hi, I'm new in AJAX. I have read an example "PHP and AJAX MySQL Database Example" on http://www.w3schools.com/PHP/php_ajax_database.asp , and i have some questions: I understand this: ajax ...
This code use to work on IE6 but on IE7, it's a no-go. I've isolated the error: "Unknown runtime error." on line.. document.getElementById('ajaxresponse').innerHTML = xmlHttp.responseTex...
On my current page I have a simple href which calls an external file via ajax which then displays this in a tooltip. So....what's my question? Well, the way i would like to set this up woul...
I have a drop down list that i would like to change the selected value based on a value in a database... when the page loads.  I have a working ajax script already that returns the value I wan...
Hi, When a user clicks delete from the hyperlink on my grid it goes to the following sub..     Sub DeleteRecord(ByVal sender As Object, ByVal e As GridRecordEventArgs)             javascr...
Hi all!    For various reasons I'm using Mootools 1.1.1 in stead of 1.2.0. (Really can't switch). But now I encounter a problem with making an Ajax request. Example: new Ajax(url, { ...
hi experts playing with jquery and ajax, getting some json back using getJSON. can't see how i can call a function if the ajax fails. for example, if i pass a file that doesn't exist to get...
Hi I want to show a modal dialog page in my application, I am using ASP.NET 2.0, AJAX and VB.Net. I have a page that uses a master page, and I need to call a page as a modal page, but I don'...
Hi Experts, I'm trying to get past the limitation of cross browser scripting using XMLHTTPRequest. I've tried AJAX but nothing...but apparently JSON is able to do this, but I don't know ...
Here is my scenario I'm testing out the Modal Popup extender in the ASP.NET 2.0 AJAX Control Toolkit. I got the Modal Extendering working. However, I want to execute server side code once the ...
I would like to dynamically generate the search results as they come in possibly using the AJAX toolkit. I currently have a gridview that just takes a querystring. Does anyone know of a good a...
I am creating a simple text editor application that will run on an Classic ASP Financial Accounting system.  The purpose of the text editor application is to make it easy to update an include ...
I have a shopping cart table which has columns for the following: CartID Product ID Product Name Product Quantity Product Price User SessionID DateTime When a user adds an item to th...
hi, i am trying to upload file in my jsp using oreally multipart request I am getting the following error . java.io.IOException: Corrupt form data: premature ending Any idea why this erro...
Hello, I am using a ajax ModalPopupExtender.  I was wondering how i can hide the modal popup if a user clicks outside the panel (in the grayed out area around the panel).  I have a button on t...
I have a tab control with 2 tabs. I want to change the ActiveTabIndex dynamically. When a button in one tab fires click event, i want to show the other tab.
The following line launches my panel modal dialog : ModalPopupExtender1.Show() when placed in the page load event.  However it does nothing when placed in a button click event.  Both are place...
Hi I have a user control which will be displayed several times on same aspx page. Displayed once it is fine. Displayed more than once I get the error "Two components with the same id 'pop...
I'm including an asp.net 3.5 project that I'd like to change the style attribute of a DIV tag.   The attribute remains set to what ever I've coded it in the aspx.  How do I overwrite the aspx ...
Hi Experts,     I have a problem Im hoping someone here can help me out here with. I am trying to use an imageButton to call the click event of a link button by doing a forced postback. This ...
HI, I would like to extract a specific javascript block, which has an ID, from the content I received by making an ajax call and then execute that javascript block. Is it possible to do it ...
Hi, I need to use javascript to add points on to map (i can do this) but then I need to get new co-ordinates (from a database) to plot on the map on an updatepanel refresh. What I've got so...
I am trying to get a web site (.NET 2.0)  I inherited to run in IIS7.  I am stuck trying to get an Ajax call to work.  It is supposed to do an UPDATE  in the database but it doesnt.  It runs ...