What is prerequisite for Update Panel in Ajax?



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

Post New Answer

More AJAX Interview Questions

What do I do on the server to interact with an ajax client?

0 Answers  


In what way are proxyless calls different than the proxied calls in ajax?

0 Answers  


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?

2 Answers  


What is the basic goals of AJAX ?

0 Answers  


Can we call server-side code from javascript? : asp.net ajax

0 Answers  






What's the difference in HTML AJAX, ASP.Net AJAX?

0 Answers   Hoch Technologies,


How to use ajax in updateprogress control?

0 Answers  


How do we debug javascript?

0 Answers  


Why do we use the updateprogress control in ajax? : asp.net ajax

0 Answers  


How does an ajax call work?

0 Answers  


Can ajax technology work on web servers other than iis?

0 Answers  


Should I use an http get or post for my ajax calls?

0 Answers  


Categories