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.

 
Time Tested AJAX Solutions: 176 - 200 of 266
 
Hi, I have an AJAX Content panel with a gridview inside.  A trigger to update the filter for this is the text change property of a text box that is outside the content panel.  Works fine ...
When using responseXML to return values from an asp document it will not return a NULL value or a blank value from the database without holding up the responseXML. How can I properly handle Nu...
Hi all, Is it possible to do a partial page update with the asp:UpdatePanel in one asp:Content control and the asp:UpdateProgress in another asp:Content control? My reason for this is I ...
I would like to fix this validation on the site omegalove.com I need to improve this. Any help would be fine. I have put the ascx register page in the snippet code. I am new to ajax so i nee...
Hi, I have actually created quite some Ajax development to my projects. it run smooth on my system and also my own server which installed Ajax Extension. But while every time when i upload...
I am trying to mimic the features of this photo gallery here at the link below. Once that page fully loads and you click on a picture it has really cool effects. How could i go about implem...
I have the following: It fails on scriptmanager.    <<asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager>           Country:           <asp:DropDownList ID="ddl...
I'd like to do something like jQuery_has_result?     do_something() : do_something_else(); Is there an easy way to get a boolean out of a jquery?  I've been playing with about 3 lin...
Is it possible to have an xmlhttp request url = "test.jsp" http_request.open('POST', url, true); contact a jsp which then invokes some javascript for onclick on that jsp body onload /...
I'm using ajax for a checkout process. On my old 'Order Complete' page in my static checkout I had google conversion JS. How can I have the conversion JS work within the AJAX code?
I am getting my feet wet with PHP and AJAX I have the code below that checks for a user name and enters the comments in comments text box. I don't want to show the ugly comment box so I was w...
Please check the URL above to get a visual for what I'm referring to.  Visit the 'parade sponsors' link, scroll down the page once it loads, then test the widget on that page.  Next, click the...
I have a page with multiple ULs and I need to be able to re-order them. My current code which is working sorting the page, but doesn't write to the database is as follows: <script type="...
I have a web form with a grid and a button.  On page load, the grid is filled with data.  I highlight a row (using a bit of javascript appled to the mouse in and mouse over events) and then I ...
I am having trouble getting another programmer who quit's javascript - ajax thing to work. It use to work, he was making a change in it, and suddenly quit. I got the parts of it to work that u...
Hello what is the easy way to implement start rating using ajax and a php side that post and retreive the result from a database ! let's consider that our database table called "rate" and it...
Hi, I am trying to access rows nested under either trucked or untrucked in the attached JSON string. As visible both the elements trucked and untrucked have 2 rows each. I would like to ite...
I have this function below and problem is that the code below will not work in Firefx but it works in IE. However if I take out this part from the code below  switch( true )       {    ...
HI, I an having a problem with postbacks using url rewriting and ajax. I have two application using url rewriting, one works fine and the other doesnt. The only difference is that one is us...
I'm trying to create a collapse panel following the tutorial on Asp.net : "http://www.asp.net/learn/ajax-control-toolkit/tutorial-18-vb.aspx" If I create it on a normal page without a Masterp...
Hello, Not sure if this is possible but I figured this would be the place to find out.  Have  country drop down on my page, I want when a user selects their country an ajax call is submitte...
I have a ASP.NET 2.0 website on IIS 6.0. When this site is made SSL enabled, the AJAX feature on the pages stops working. The page is displayed without any issues, but on changing a value, the...
Hello, I have a function which works fine, but I need to put the output of ajax pass as a form variable upon posting.  I would imagine that I need to place the output into a text box.  I al...
I have an issue where I need to make a remote procedure call to a mysql db (via php) and return a collection of items.  I then need to manipulate the items clientside, including drag-and-drop,...
OS: Vista Browser: IE7 or Firefox I'm lookin for code or api where I can select a language and translate the page into the language selected. I was looking at the google language api, b...