Saturday, December 1, 2012

Model Binding Fundamentals

Model Binding Fundamentals: In the previous post we looked at an overview of what is Model Binding and the benefits it brings in for WebForms developers. In this post we will look at the basic fundamentals and how the Model Binding system works with controls. Data Binding with Model Binding Uptil ASP.NET v4.0, data binding in controls happened with data bound controls such as GridView used to bound to data source controls such as ObjectDataSource. We will use this as a reference to understand the flow in the Model Binding System. A lot of the implementation derives inspiration from ObjectDataSource. Following snippet shows how a GridView calls the Model Binding system to get a list of products. <asp:GridView ID= "getProduct" runat= "server" ItemType...(read more)

DIGITAL JUICE

No comments:

Post a Comment

Thank's!