Using Value Providers in ASP.NET 4.5

ASP.NET 4.5 Web Forms support model binding. A part of the overall model binding features are Value Providers. A value provider grabs values from a request and binds those values with method parameters. ASP.NET provides several inbuilt value providers and also allows you to create your own. This article discusses what value providers are with examples. It also shows how a custom value provider can be created.

http://www.bipinjoshi.net/articles/bbe19b2b-a5db-4c66-aa24-2fb1dfeb62db.aspx

 

No Comments