Is ajax considered a programming language?
No Answer is Posted For this Question
Be the First to Post Answer
What is json? : asp.net ajax
What role of #&& in querystring?
Which two methods are used for handling cross-domain ajax calls ?
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?
What is the name of the dll that contains the ajax control toolkit?
How to use ajax in updateprogress control?
Describe how to handle concurrent ajax requests?
What's the difference in HTML AJAX, ASP.Net AJAX?
Is ajax a technology platform or is it an architectural style?
Is the server or the client in control in ajax?
Explain the step property of the numericupdownextender control? : asp.net ajax
Where can I find examples of ajax?