Jason Parks 的个人资料Jason Parks SharePoint &...日志列表 工具 帮助

日志


11月30日

ASP.NET 2.0: ObjectDataSource Starter

For those of you who have been brave enough to start coding on Visual Studio 2005 and the .NET Framework 2.0, you have probably noticed the introduction of some new datasource controls. 
 
One of the most intriguing is the ObjectDataSource which helps bind your data-access objects with data-bound controls, essentially helping you create Business Objects.  This article has proven to be my favorite so far, as it does a good job of digging deeper into the functions of the control and it's benefits.