There are many bugs comes in JavaScript while working with Ajax extension in asp.net. There are many helping tools for debugging Ajax JavaScript. The best tools I found are Firebug for Firefox and Web Development Helper for Internet Explorer. These tools integrate with the browser and let you inspect and debug web pages directly in the browser. You can download Firebug form … [Read more...] about Ajax Debugging tools for asp.net Developers
Ajax
Ajax: The next evolution of web applications
What is Ajax Today Ajax is the hottest buzzword of the web. Thanks to web developers of google, they are making Ajax more popular. Ajax is not a new technology; it combines a lot of existing technologies. Ajax stands for Asynchronous JavaScript and XML. It is a combination of existing technologies such as DHTML, CSS, JavaScript, DOM, XML, XSLT and XMLHttpRequest. The core … [Read more...] about Ajax: The next evolution of web applications