Archives

Archives / 2009 / March
  • Finding a row in a DataTable

    If you have a System.Data.DataTable that contains the columns {ItemId, ItemName, ItemQuantity} and wanted to find the record for a given ItemId, you could always use the followind code:

    int …

    Read more...