views:

19

answers:

1

Can some one provide step by step tutorial how to do ASP.NET 4 AJAX data binding

+1  A: 

Read this article for a good intro about ASP.NET AJAX 4.0 data templates. You can then learn more advanced techniques by reading the source of the sample applications from Microsoft.

Buu Nguyen