Wednesday, May 14, 2008 11:43 PM
Hi All,
The code (the sample) that was with the post Binding ASP.NET TreeView to a DataSet or an ObjectDataSource is updated to account for columns that are of type string. Also the code now can work with DataViews and not just DataSets to enable easier binding with more sources like LINQ via the method AsDataView();
Let me know if you have any comments. Thanks.