I can't seem to figure out how to re-databind a GridView that's in UserControl A from a control's event in UserControl B. Can anyone point me to an example of this working?
I'm pretty new to AJAX so I'm wondering what is the most efficient way to get data from the backend database to the Javascript code.
For example, for a project I'm working on, I need to fi...
I'm trying to improve the efficiency of a web application.
The application uses PHP / Smarty / jQuery / MySQL
There is a lot of work being done by Smarty as the application is multilingual ...
I have a web application that sends an XmlHttpRequest (XHR) which sits in PHP, waiting on a queue message to return back. While that request is pending, if another XHR is sent to update some ...
Hello i have a function listed below, i need to execute this function where it open a xlmhttp request and get back a text response so i need to execute it when certain DIV is loaded or set i ...
The following error happens on a site that has ajax enabled.
Internet Explorer cannot open the internet site http://www.businessinschools.co.uk
Operation aborted.
Does anyone have any...
HI all,
i want to know if it is posible to open a website inside a webpage using the UpdatePanel of ajax. The idea is to replace the FrameSet of HTML which gives that functionality using Aj...
Hi,
I have a form with a submit button, for the same button,i have to define two actions,
on clicking the submit button, i am calling 2 javascript fns, one for validating the form and se...
Hi Experts!
I`m trying to pass 2 variabels to Ajax with In-Place-Editor by http://www.davehauenstein.com/code/jquery-edit-in-place/
Take a look at the code attached. It will explain my probl...
Experts
I've been at this problem for weeks please help!
I'm developing a small site for a recruitment company that has their data on a third parties server. I need to send an ...
i know how to retrieve the data from database using sql query and echo them in appropriate array but the question is how can i make these to display on different pages each page will have abou...
Hello, I am using asp.net 3.5 and ajax suddenly stopped working. Everything was fine and work before but then stopped all of a sudden. The only thing that changed on the server is that Visua...
I have a very strange question that may or may not be possible to solve. I have a script and for reasons not worth getting in to in detail, I need to make it so that when a link with a hash (...
I have a field which a user will fill in the "number of tickets" and I need another field to automatically show the total. The ticket price is always the same ($20.00).
My client wants to refresh just part of a page. The page has 5 flash movies on it. Four of them are small text only that are vertically oriented and scrolling on the right side (http://www.ma...
I am trying to do display some basic xml data in a xml file on a html page. I can't seem to get it working though. I have a xml file with some basic elements and am using javascript to attem...
Greetings,
I'm developing some HTML/JavaScript based training and I would like to gather user comments using Ajax to send data to my clients server. However, one of the requirement here is th...
Hello,
I'm using ajax to get results from another webpage I've coded. The target webpage shows the results succesffuly. What I'm trying to do is grabbing this text by responseText method.
...
I am attempting to create a 3 level drop down using PHP + MySQL + AJAX
The majority of it I have working as I want.
There are three things I require a bit of help with to get this complete...
I have functions set in my window.onload and window.onunload events for a page. If that same page gets called via an AJAX request, does the window.onload and window.onunload events get fired w...
Hi All,
Just developed a simple web interface to allow some people to control certain aspects of our application from an online interface.
This online interface just triggers a batch fil...
I am sure this is a common issue and I am looking for a simple solution.
Basically I have an AJAX based ordering process and when users click the back button expecting to go back to a previ...
I have the following
I need to get the ddlYear value 1990 instead of 0.
Any help on this would be great.
function year_onchange(sender, e)
{
var y = ddlYear.va...
Can i install Visual Studio 2005 and visual studio 2003 and visual studio 2008 all on the same P.C. I have some .net applications that were wrriteen in 2005 and the user control files wont ope...
Hi,
I'm trying to replicate the Google suggest box, and have all the ajax and php code working. What I'm missing right now is the ability to select one of the options and the proper format...