Simplify your life with Object Binding
| Author | Topic |
|---|---|
| s mars Member Joined: 01 Dec 2003 Country: USA Posts: 19 | The .NET framework provides a very flexible and powerful approach to databinding that cuts down a lot of redundant code and simplifies the development process significantly. Unlike the earlier databinding models, which were limited to single data source, the .NET framework provides read/write (two ways) link to a large number of data sources such as DataSets, DataTables, Collections and also textboxes, checkboxes, radio buttons and so on. The .NET framework provides a very flexible and powerful approach to databinding that cuts down a lot of redundant code and simplifies the development process significantly. Unlike the earlier databinding models, which were limited to single data source, the .NET framework provides read/write (two ways) link to a large number of data sources such as DataSets, DataTables, Collections and also textboxes, checkboxes, radio buttons and so on.For more read: <a href="www.alachisoft.com/rp.php?source=binddnzone&dest=articles/ObjectBinding.html">Object Binding</a> |
Posted: 30 Mar 2006 14:32:23










