Browse by Tags

All Tags » ado.net (RSS)

How To: Access Underlying Data of the ObjectDataSource by Palermo4

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...
Filed under: , , , ,

Getting Distinct Rows in ADO.NET by Palermo4

Article on how to filter for unique rows in ADO.NET. Palermo4.com
Filed under: , ,
More Posts