Friday, November 16, 2012

ASP.NET WebForms Model Binding – Overview

ASP.NET WebForms Model Binding – Overview: This is the first post in the part of series around Model Binding. In this post I will introduce Model Binding integration in ASP.NET WebForms while focusing on history, benefits, principles and the integration of Model Binding. In the upcoming posts, I will be going into the details about the features that are supported by this system. What is Model Binding Model Binding is a system which binds a value submitted from the client to a model on the server so that the model is available for inspection for validation rules and processing on the server. In essence the system has two fundamental functions – Binding & Validation. In a WebForms application, data binding(from client to server and vice versa) typically happens via Data Bound and Data...(read more)

DIGITAL JUICE

No comments:

Post a Comment

Thank's!