What are synchronous and asynchronous ajax requests?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to use fileupload control within the update panel?
Define json?
Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax development? Can ajax applications be made to work for users who have javascript turned off?
How we can send more values through the response text?
What is ajaxcontrol toolkit?
How can we assign an object in Java Script?? For Example:- ----------- If i create an object "obj1" var obj1 = Object(); obj1.name = "hari"; and if i want to assign it to two objects "obj2" and "obj3" with different names... obj1.name = "gopi" obj2 = new Object(obj1); obj1.name = "raghu" obj3 = new Object(obj1) Now ob2.name become to "raghu" from "gopi". WHY? how to solve the above problem?
Some of the google examples you cite don't use xml at all. Do I have to use xml and/or xslt in an ajax application?
Which control you need to place on the page to show loading image?
Can I use asp.net ajax with any other technology apart from asp.net?
What's new in .Net 3.5
What javascript libraries and frameworks are available for ajax support?
How do we debug javascript?