It's easy to create master/detail pages in ASP.NET. But it's equally easy to reduce your application's scalability if you implement your page naively. When it comes to displaying data on the page, the ...
In previous columns ("Integrating Entity Framework with an ASP.NET Web Site," "Extending an Entity Framework Model -- and Some Limitations" and "Using the Entity Model to Create an ASP.NET Page"), ...