Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Time Tested AJAX Solutions: 1 - 25 of 131
 
Hello I have a simple page that has two input fields created in PHP/HTML and also an ExtJS Panel.  What I am trying to achieve is the data entered in the two input fields being shown in the...
Hi, I have a javascript function (AJAX) that can be called on any control's any client side event. (its very ovbious ) This function (AJAX) uses XMLHttpRequest object and retrieves data ...
I have 2 gridviews on a page that work just as I need them to do, however when I add the ModalPopupExtender to the panel around the second gridview it doesn't show up on postback.  I am sure i...
I've got a page that has a few url parameters. There's a couple of modes the page can be entered in, with correspondingly different urls params. Also with the same page many of the processes a...
I am new to jquery and I have some code from a friend.. I want to add a criteria to the code below to accommodate $(this)).attr("value")=="UnitedStates") and $(this)).attr("value"...
Is it possible to use Ajax to call a PHP script that uses the exec() command to run some server-side command and then wait for the exec() command to finish processing before sending the result...
I can't get Firefox to wait for an AJAX XMLHttpRequest to load before continuing with the rest of my Javascript. I've set the 3rd parameter of the .open() method to "false" to make it syncrono...
Hi, I have a number of dynamically generated buttons added to an ajax accordion. I also have a modalPopup extender to popup a panel. I want the dynamic buttons to popup the panel. Currently...
The XMLHttpRequest open method gives a permission denied error when I call a page from a different domain. Is there any permanent solution to get around this error?
We have an application where the user enters with a certain URL such as http://some_host/home.htm.  With AJAX, we change the DOM of this first page so that it is identical to another page with...
I am trying to populate a drop down list from database, based on the selection in the first drop down list. I want to do this using AJAX. When I use the following code, the second drop down...
Hello all, I have a Formview which collects information and inserts a master record. Once this form view is submitted, it displays in ReadOnly mode and two other items are made visible on t...
How do you dynamically set the height of a Ajax TabPanel so it fills the Height of the Tab Container. Currently the height is determined based on the content within the TabPanel Control. I ...
im a rookie at this Ajax thing but i really like  to implement it to my asp page. I just want to pass the variable (or the information inserted by the user ) to a specify div in the page so i ...
Hello, Please have a look at the ajax found in this page: http://slideshow.triptracker.net In the middle of the page, there are small photos, if you click on one of the photo, you will...
Hi, I want ot have a LOV- select list on a page. The selection of the LOV will call AJAX and return the options for each LOV, this I have an idea of. How do I dynamically create a select li...
Hi there, I'm currently working on a PHP Upload script for work, and I'm a bit rusty on the PHP side but not too bad. Basically, we have a large library of forms which are all split into fo...
I am new to using the Update Panel within Ajax using .Net 2005. I have put 2 listboxes within an update panwel on my form. Selecting one item within listbox 1 may cause listbox 2 to be filled...
Hi How do I fix this problem. I have a tabcontainer with several tabpanels. In every tabpanel I have RequiredfieldValidators and validationsummary. The problem grove up, when I try...
ok what i have is a modalpopup extender that shows when a user clicks on a link, the popup has 2 textboxs and a submit button( called button1) what i am wanting to do is when that popup is ...
I'm trying to build a simple AJAX function that I can call whenever I need it. The function takes 4 variables: ajax(page,fol,inf,outd) page = the php page to run fol = Field or Link, if t...
I have a very simple ModalPopupExtender which is within a UserControl and when I click to display , the popup panel changes from "style="position: fixed; z-index: 100001; left: 409px; top: 87p...
I have the following: It fails on scriptmanager.    <<asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager>           Country:           <asp:DropDownList ID="ddl...
Hello.  I have put together some code using the Prototype JS library to pull data from an XML file and display it in a table via AJAX.   The file has no trouble displaying the data when fir...
When I deployed application to prodction IIS 7.0 server the ASP.NET Ajax client-side framework failed to load message came up. I have installed 3.5 framework on this server. My web.config fol...