Peter continues his series on integrating cascading DropDownLists with databound controls. But this time, he looks at what's different when you're using the ObjectDataSource. In two previous columns I ...
ASP.NET 2.0 can reduce the number of lines of code an ASP.NET application requires by a whopping 70 percent. ASP.NET 2.0's new data source controls and data-aware controls go a long way towards ...
I have an object data source that implements a method that returns a list of data objects, and a method returning total number of records in the database. If I watch the execution, I can see it hit ...