0
votes
1answer
20 views
how will I call the on change event of the ajax dropdownlist?
Hello All,
In my MVC application I am using an ajax dropdownlist and an ajax Cascading dropdownlist I want to write the onChange event of the cascading dropdownlist please tell me …
4
votes
5answers
156 views
+100
Techniques to reduce data harvesting from AJAX/JSON services.
I was wondering if anyone had come across any techniques to reduce the chances of data exposed through JSON type services on the server (intended to supply AJAX functions) from bei …
0
votes
0answers
7 views
Problem making overlay draggable
I have created a script that upon clicking a button displays an overlay which loads an html table by ajax. The problem I'm having is with making the overlay draggable. The first ti …
4
votes
6answers
57 views
Is there an advantage to using WCF to facilitate AJAX calls ?
I am currently reading through a proposal, where this person is proposing to use WCF services to facilitate AJAX calls in a web application. They say that WCF can serialize data m …
0
votes
0answers
7 views
Ajax dropdownlist in MVC Application??
Hello All,
I want to use the ajax dropdown in my mvc application.Please tell where can I get the code or reference.Please help me
Thanks
Ritz
1
vote
2answers
26 views
Populate TextBox from Database using JQuery or AJAX
Hi,
I have the following scenario:
An SQL 2000 database with a table containing the columns UserID and UserName.
A webpage with TextBox1 and TextBox2.
I need to use JQuery, plain …
0
votes
1answer
5 views
Populate form fields using a dropdown and AJAX with Rails
I have a form field where a user enters contact information, including name, email, etc. If they already have contacts saved I want to have a dropdown with their saved contacts. Wh …
0
votes
1answer
195 views
RegisterClientScriptResource + AJAX update panel
Hello,
I have a problem that is really making me feel dumb. I have a custom control that inherits textbox. This textbox (at least for this example) simply has a .js file that is …
0
votes
2answers
52 views
how to make this “div” always visible to users
On my site, I have an ajax call to my server that checks if a certain logged in user has a new message from the database.This ajax script checks the database every certain seconds. …
0
votes
1answer
55 views
wait for ajax response inside a loop
I need to wait for an ajax response inside a for loop. If I could I'd simply make a synchronous call instead of asynchronous, but I don't have that level of control: I'm using som …
2
votes
2answers
24 views
jQuery.Get, parameter with special characters
Hi,
I'm trying to write a jquery interface which requires me to pass a couple of parameters to our CMS. These parameters are in the form "attribute[n]:token" so in a URL you'd end …
0
votes
1answer
19 views
HTML Multi-select to Ajax URL
Let's assume we have an HTML multi-select.
How to prepare an ajax request URL with the selected values from the multi-select. I'm using YUI dataTable, so I do not think I can use …
0
votes
2answers
17 views
How do I use cookies to store complex information and subsequently dynamically trigger an action based on the data?
Hi All,
I have a simple (yet somehow convoluted) issue. Basically I'm adding items to make my web app more "desktop-like". For instance, right now I'm trying to get a page to dy …
0
votes
3answers
24 views
handle jquery ajax redirect
I'm making a $.get to call a service 'A'. Service 'A' returns plain text which I display on the page. But sometimes it redirects to service 'B' which returns plain text. But, I'm u …
0
votes
1answer
32 views
How do you mimic the UI behaviors of YouTube’s watch-action-area using jQuery Ajax?
When watching a YouTube video, a user can click "Share" or "Playlists" and a panel containing relevant FORM elements will appear below it. I would really like to find a simple jQu …
