I have a set of 4 AJAX TabPanels, each with a nested UpdatePanel and GridView. My grids have buttons in them that fire off add/update/delete stored procedures.
When deleting an item from Gr...
Hi,
Using IE or FF, I've attached some code which work only with the first combobox but NOT with the 2nd in cascade.
Any suggestions ?
Thanks,
Phil
Hi experts,
I'm trying to find an answer to the following.
I'm currently using AJAX to call
xmlhttp.open("POST", "http://192.168.254.110:8080",true);
xmlhttp.send("<?xml version=\...
Hi
I have an ASP.NET 2.0 website using VB.NET and I am trying to us the AJAX AutoCompleteExtender control.
I attach my asp.net code and the web service.
It all makes sense to me but not...
I have this form and when I click a checkbox it sends the value of 1 but when I uncheck it, it doesn't clear the value in database. What could be wrong.
Here is my form
<center><table width=...
I'm trying to make a simple AJAX uploader with PHP and Javascript. All of the premade uploaders will not work for my app (see: http://www.experts-exchange.com/Programming/Languages/Scripting/A...
I have an ASP.Net Web application that contains some Update Panels. I development everything works fine - no errors. I deployed the application on a test server (runs Windows 2003) for a custo...
Hi,
I've got a repeater control within an AJAX update panel. The repeater shows product info and a textbox where the user can insert a quantity to order.
Because there are too many prod...
I have a page where I need to validate up to 5 emails using ajax. I have the validation working perfectly for box 1, but only if i code the name in the ajax script itself. What I would like ...
I've ajax-enabled my .net 2.0 site. I have a page that contains a ddl and treeview. I would like to add an updatepanel for the treeview and one for the ddl. However, I get an error that say...
When I give alert(res.responseText) it shows this
My response XML is
<?xml version="1.0" encoding="UTF-8"?><queryResult val="t"><table numRecords="1" startRecord="1" totalAvailable="1"...
Hi All,
Thanks in advance,
I have a classic ASP page, i wanted to create a ajax popup with a license agreement and if users accepts passed true boolean if denies then pass a false bool...
Basically, I have a js variable called theid
I want to query the db and get the description associated with theid. But, I want to do this as the page loads and I don't want to reload. I ...
I want the HTML/JAVASCRIPT/CSS code of 'tab panel' that one of the Joomla extensions uses, where can I find this similar code?
You can find the example on this page:
http://template15.joom...
Hi,
I have a very basic web user control that has some standard controls on it as well as one UpdatePanel and a Telerik RadComboBox. I've noticed that the two ScriptResource.js files that ...
I want to display my suggestion box to display below the emp_id text box...now when i select emp id text box list is displaying near to emp name text box....
my code is below
I am trying to pull straight HTML output through an AJAX call.
Using XMLHttpRequest is obviously out, so I've tried what's in the code snippet.
'newClientFormDiv' is a div in the page ma...
is there a way to execute javascript generated by ajax?
I'd like to run a flash animation using ajax
thanks!
Hi there,
I'm currently writing a PHP/MySQL/Ajax enabled script that allows members of our team upload forms to a website for public consumption. I'm nearly there, thanks to the help of EE ...
I have my code below for my user control.
I have atexbox on there that I want to start autopopulating as the user types.
I've taken an example from my book but this doesnt seem to be fir...
With firefox, the page works fine, but with IE (I've tried 6 and 7) id does not.. occasionally it will go through, but spesifically if I refresh the page, or click one listed link, and then co...
Hello Experts,
I am trying to develop a dynamically loaded section of a web page. The main content of a div is loaded via AJAX using Prototype's 1.6 library. I load a PHP page into this div...
I have some Ajax set up to select jobtitle from a MS SQL database through ASP. This works fine and results are displayed in a DIV beneath my input field. I want to make the results clickable s...
I am modifying an ASPX page and it needs a bit of AJAX to improve the user experience. I'm trying to add a couple calendar extenders and move a datagrid into an update panel.
But without t...
I have just installed VS2008. I then got the 3.5 SP1 update installed. Then I installed the AJAX 3.5 Toolkit. I then go into VS, select File/New AJAX Control Toolkit Web Site (VB) and as expec...