When does Declarative Data Binding Happen?
...DDB for short) wherever I can in my ASP.NET apps, but there's one pain point I've run into in the past. It has to do with lists
Let's say you want to populate a list box or drop down list of choices by calling a static method - you can wire up an ObjectDataSource to do that. But then in your Page's Load event, you may want to look up a record...





