Message
General information
Fórum:
ASP.NET
Category:
ADO.NET
Título:
Miscellaneous
ID da thread:
01459084
ID da mensagem:
01459089
Views:
57
What's the right way to remove rows from a DataSet????

Don't remove items from a collection you're enumerating through.

Use a counter and go backwards... for instance... for (int Ctr=Table.Row.Count-1; Ctr >= 0; Ctr--)
Previous
Next
Responder
Mapa
View