Tag: Model Binding

  • How to use Model Binding with ASP.NET Data Controls

    Introduction ASP.NET 4.5 provides a flexible alternative to server data controls called as, Model Binding. Using the new data model binding, you can directly use methods instead of data source to perform CRUD operations. In this article I will explain in detail how we can implement Model Data Binding with ASP.NET data controls. Here I…