Inserting Programmatically with ObjectDataSource in ASP.NET 2.0
Wednesday 7 June 2006 @ 1:21 pm
Inserting Programmatically with ObjectDataSource ASP.NET 2.0 ( ObjectDataSource1.Insert(); )   ObjectDataSource’s are great for building your own middle tier between your aspx web page and your database (or any other datastore for that matter). By binding the datasource to a databound server control like detailsview, you auto-magically get the insert behavior you are looking for. If however, you […]

more...