Browse by Tags

All Tags » objectdatasource (RSS)

Using ObjectDataSource to do the dirty work for your custom data source

Since ASP.NET 2.0 was released in 2005 many of you have taken advantage of the new data source control controls . Drop a GridView on the page. Bind it to a data source. Check a few checkboxes. Run the page. Go home early! However, some of you want to...
Posted by Eilon | 17 comment(s)
Filed under: , ,

From the Suggestion Box: Reusing object instances with ObjectDataSource

From the suggestion box Marc Brooks asks: "More about the needed fixes for ObjectDataSource (e.g. allowing it to acquire the object instead of creating exnilo)." In fact, the ObjectDataSource already supports this functionality through its ObjectCreating...
Posted by Eilon | 4 comment(s)
Filed under: , ,
More Posts