What are the components of the ASP.NET Ajax Client Library?
Answer / v madhu babu
Following components are used in Ajax client library:
Component Layer
Core Services Layer
Browser Compatibility Layer
| Is This Answer Correct ? | 2 Yes | 0 No |
What do I need to know to create my own ajax functionality?
Is ajax a technology platform or is it an architectural style?
What are all the controls of Ajax?
What is the role of scriptmanager in ajax?
How do we manage concurrent request?
Why is html_ajax having stability issues on some installations?
Don't be too quick to dump your plugin or applet based portions of your application. While ajax and dhtml can do drag and drop and other advanced user interfaces there still limitations especially when it comes to browser support. Plugins and applets have been around for a while and have been able to make ajax like requests for years. Applets provide a great set of ui components and apis that provide developers literally anything.
What is the disadvantage of ajax?
When do I use a synchronous versus a asynchronous request?
How can you test the Ajax code?
Describe the accordionextender control?
How do we get the xmlhttprequest object?