|
by luisabreu via LA.NET [EN] on 11/7/2007 10:46:30 PM
As I've said in previous entries, I'm updating my ASP.NET 2.0 book to the new version. One of the controls that will be added to the platform is the LinqDataSource control. The control will let you perform any LINQ expression against any IEnumerable data source. Scott Guthrie has already a cool post that shows how to use the control over a LINQ to SQL model. What I wanted was to use the control against a collection of objects. If you've used the control, you know that it requires yo
... [ read more ]
|