DataBinding to a Web Service in ASP.NET 2.0
DevNuggets
Jun 05, 2006 at 5:21 AM
G. Andrew Duthie
(1)
One of the cool new features of ASP.NET 2.0 is its rich declarative databinding. In addition to traditional techniques like databinding to a back-end SQL database, you can also databind to web services, using the ObjectDataSource.In this DevNugget, Mid-Atlantic .net Developer Evangelist G. Andrew…