What is prerequisite for Update Panel in Ajax?
Answer / v madhu babu
Script Manager is pre-requisite to use Update Panel controls.
Is This Answer Correct ? | 0 Yes | 0 No |
What do I do on the server to interact with an ajax client?
In what way are proxyless calls different than the proxied calls in 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 the basic goals of AJAX ?
Can we call server-side code from javascript? : asp.net ajax
What's the difference in HTML AJAX, ASP.Net AJAX?
How to use ajax in updateprogress control?
How do we debug javascript?
Why do we use the updateprogress control in ajax? : asp.net ajax
How does an ajax call work?
Can ajax technology work on web servers other than iis?
Should I use an http get or post for my ajax calls?