Thursday, April 12, 2007

DataBinding to a Web Service in ASP.NET 2.0

DataBinding to a Web Service in ASP.NET 2.0

This video shows you how to bind a datagrid to a web service. The web service returns an object of a predefined dataset type, along with the relevant table adaptors.This is pretty good, and would work well for static tables. My biggest report, however, is dynamic, and I don't know of a way to make a typed dataset for a dynamically generated set of data where the column names change depending on the criteria.

No comments: