A gentleman in my ASP.NET 2.0 class a while ago asked me how to access the underlying object used for the ObjectDataSource control. Suppose you have some code in App_Code like so: public class DataManager { public DataSet SelectDataSet() { // code that...