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"...
I have an asp.net web form with a basic drop listbox which updates a multi-select list-item box based on the selected option. It worked fine in the initial page that I setup, but now when I c...
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 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 ...
I have four tabs (Jquery) that load external content into when clicked (onclick="").
What I'd liek to do is have the content load if linked to via a URL, for example:
http://www.mysite.c...
Hello.
I set up a dialog based on UI/API/1.7/Dialog in jquery. I was able to skin it and make it work as it works on the jquery page. However, by default the dialog opens on load. I easily...
Hi,
I am coding a simple page with AJAX DOTNET 3.5.
MasterPager contain the ScriptManager
My UpdatePanel is located in a Web User Control. The UpdatePanel contain a Gridview displaying a ...
I have a setup that follows the Ext.data.DataWriter Example on the Ext JS site, with the exception that I didn't extend any classes. The create, update, read, destroy is all working perfectly ...
Hi,
I have a form which has many fields. In one of them I want to have a field for a drop down list/textbox where user can use auto complete ajax library to suggest things from another file.
...
So, I'm getting this method error 500. I can see lots of other people have experienced this but whatever fixes they have come up with don't work or maybe i don't understand. The code i use is ...
I'm trying to replicate this effect:
http://www.libraholidays.co.uk/forms/holidays1.asp?Action=Search&dbCode=L07&BrochureType=CY&depCode=LGW&HolidayType=IT%2ASH&FromDay=20&FromMonth=Dec+08&...
Hello,
On my website I have a few input fields that are either shown or hidden based on a JavaScript function. The script works great, however the input fields are in an UpdatePanel, and w...
I was recommened to post here as I was told AJAX would work better for my application.
Here is my previous post:
http://www.experts-exchange.com/Database/MySQL/Q_23686022.html?cid=748#a223...
Hey,
I want to build a CRUD (Create / Read / Update / Delete) application to manage a MySQL database.
I have seen some nice AJAX applications that work very nicely.
I want something more ...
I am working on magento site, where I would like to use JQuery and AJAX as possible. I am using specific layout which is suitable for this.
Has anyone experience with Magento with JQuery (or ...
I am using the AJAX tab container control It is working fine, but I find that it doesn't resize depending on the tab. All the tabs are the same size no matter what data is inside. I'm not sure...
I've been trying to solve this problem all day and think I'm on to the base issue, but cannot figure out the final solution.
In the previous release of my website, my AJAX code supported on...
HI. I'm very new to javascript & google maps and having trouble. I wish to add a get directions to/from option on my infowindows for each of my three markers and have the directions appear bel...
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...
Hello, I am using a ajax ModalPopupExtender. I was wondering how i can hide the modal popup if a user clicks outside the panel (in the grayed out area around the panel). I have a button on t...
I have a very simple project that uses the AutoCompleteExtender control. I added some CSS classes to my .css file and set the CSS properties of the control to use those classes. The control ...
Hi experts! :)
Hope you can help me once more.
I'm programming a web calendar application in vb.net 2008 using Ajax (v. 3.5.20229) (.Net Framework v3.5)
The calendar is rendered accordin...
I've searched the web high and low for directions on how to install AJAX on IIS 7 here at home for testing purposes.
The link to download the extensions, was easy enough to find, which is h...
I am at a loss for why my code is not working. When I launch the attached html object I get the status code 0 instead of the expected 200. Does anyone know why I am getting this status? I have...
How can I set the the IFrame src attribute programatically? I would like to either set the src attribute in javascript or in the page's codebehind.
I have tried several methods and none se...