dataGrid dataset
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I´ve got the following doubt. I ñve got a datagrid that can be sorted. I have attached a dataset. For example. DataSet ds = new DataSet("JAMONES"); ds.COLUMN(nombre); ds.COLUMN(id); I have associated a ArrayList with all the JAMONES. I would like to delete the selected JAMON from JAMONES using the id. How can i do to indexed easily the ArrayList? ArrayList jamones = {jamon1, jamon2}; DataGrid jaomnesDG = {jamon2, jamon1}. I tried to delete jamon1. How can i delte from jamones. Best regards, John