What is ajax method?
No Answer is Posted For this Question
Be the First to Post Answer
Brief about ajax?
Describe ajax control extender toolkit? : asp.net ajax
What is asynchronous request in ajax?
How do I send an image using ajax?
How will you update multiple records in a single shot? From an ASP.net appli to SQL Serevr
How many types of triggers are present in update panel?
What kinds of applications is ajax best suited for?
What are the extender controls?
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?
Describe the situations in which ajax should not be used? : asp.net ajax
What are the browser versions that ajax is compatible with?
What exactly is the w3c dom?