What are the protocols and forms in ajax?
No Answer is Posted For this Question
Be the First to Post Answer
Are there any security issues with ajax?
How many validation controls are available in asp.net ajax 4.0? : asp.net ajax
is package good in ajx?
What are the different controls of asp.net ajax? : asp.net ajax
How does one call a javascript function from the ajax code?
What is advantage of ajax?
What is the difference between json and ajax?
Can we nest the updatepanel controls? : asp.net ajax
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 ajax used for?
How will you update multiple records in a single shot? From an ASP.net appli to SQL Serevr
Can ajax be implemented in browsers that do not support the xmlhttprequest object?