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...
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...
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...
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...
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?
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...
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 ...
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...
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'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 am trying to figure out a way to load divs with content using ajax (ie 6 & 7 only) when the user scrolls up or down. The idea is that the user will select an item from a point in a table of ...
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...
I'm looking for a way to have a list of tabs / links that load content into a specific div on a page. This way I can change the content without having to reload the whole page.
I found a ...
How create menu tree with ajax, php and mysql?is it possible, please help.thank you
Newbie AJAX question:
I have a really simple AJAX-enabled web page I'm testing in VS 2005. The first part came directly from http://www.asp.net/ajax/documentation/live/tutorials/Introducti...
I have a multi select box called stores, when the user selects one store, it triggers a ajax script that gets a list of reports that the store has available to it. The problem is, I want the ...
I would like to perform some validation on an entry into a text box in the TextChanged event without causing the entire page to refresh. For example, if a user enters an account number into a...
I have a calendar extender that have as a targetcontrolid a textbox.
When the page is loaded I assign the current date to the calendar and it updates to the textbox.
I select another date ...
Is it possible to trigger a partial page update using an href with command arguments?
such as:
<a id="loadOrder" href="javascript:__doPostBack('LoadOrderDetail','<%# Container.Value %>'...