Your users may want to get their data in a specific order -- and not get it all at once. You can control both with the ObjectDataSource (and a little code). Databinding to tables in single-tier ...
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 ...
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 ...
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 ...