Sunday, March 31, 2013

Tutorial Series on Model Binding with ASP.NET Web Forms

Tutorial Series on Model Binding with ASP.NET Web Forms: I have written a tutorial series that shows how to use model binding with ASP.NET Web Forms. You might be familiar with the model binding concept from ASP.NET MVC, but with ASP.NET 4.5, model binding is now available in Web Forms applications. Model binding makes it very easy to create and maintain data-rich web pages. A lot of the manual steps of correlating elements with data properties are performed automatically. When you use model binding with dynamic data templates, you can quickly add or revise properties in your data model and those properties are correctly rendered and processed in the web forms throughout your site. The series contains the following topics: Retrieving and displaying data Updating, deleting, and creating data Sorting...(read more)

DIGITAL JUICE

No comments:

Post a Comment

Thank's!