The Ensoft blog

tail /var/log/thoughts
posts - 82, comments - 451, trackbacks - 68

My Links

News

Archives

Post Categories

Developer Links

February 2007 Entries

BoundFields... when will we ever be able to use them properly?
When using BoundFIelds and domain objects... BoundFields use some algo that can't traverse the object hierarchy. What am I talking about? Take for instance a Northwind database, with certain objects mapped to data tables: public class Customer{ public int CustomerId; public IList<Order> Orders;} When binding to a list of Orders in a gridview: int customerId = int.Parse(selCustomer.Selec... customersList = CustomerService.GetCustomer...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, February 28, 2007 11:26 AM | Feedback (2) |

Powered by: