Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combine Duplicates In A DataSet
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Combine Duplicates In A DataSet
Divers
Thread ID:
01471474
Message ID:
01471474
Vues:
74
I'm working on an app where the user is given a data entry grid bound to a DS with two columns, "Item" and "Quantity".

When the click Apply, I'd like to combine the dupicates, so that:
A3312A          3
C1515B          1
A3312A          11
C7508AZ         2
becomes:
C1515B          1
A3312A          14
C7508AZ         2
What's the best way to do this?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform