Showing posts with label AJAX. Show all posts
Showing posts with label AJAX. Show all posts

Understanding jQuery Ajax - to async or not ?

Introduction: This article explains a clear understanding on making synchronous and asynchronous ajax calls through jQuery ajax method. ...

Basic Controls of ASP.NET AJAX

Introduction: ASP.NET AJAX is developed by Microsoft to make dynamic, client-centric, user-friendly, and interactive web applications. A...

Cascading dropdownlist in gridview using asp.net

Introduction: This article explains how to implement cascading dropdownlist in gridview using asp.net.  After completion table creati...

Dynamic Ajax Pie Chart in Asp.net with Database

Introduction: This article explains how to create dynamic Ajax pie chart in asp.net with database using c#, or create pie chart in asp.n...

What is ajax ?

Introduction: AJAX(asynchronous JavaScript and XML) is an important front-end web technology that lets JavaScript communicate with a we...

“async: false” in jQuery.ajax()

Setting async to false means that the statement you are calling has to complete before the next statement in your function can be called. I...