Tip to Handle Complex Data-binding Expressions in ASP.NET
Fritz Onion has posted a good tip on how to handle complex data-binding expressions (for both ASP.NET V1.1 and ASP.NET V2.0). This is a technique that I've used too, and it can help simplify your code quite a bit.
You can read all about it here.
Hope this helps,
Scott