Hi again... i am having problems getting my code to delete certain parts on an XML.
I've tried..
But getCode:DirectCast(ListBox2.SelectedItem, Data.DataRowView).Item("name").Delete() DirectCast(ListBox2.SelectedItem, Data.DataRowView).Item("description").Delete() DirectCast(ListBox2.SelectedItem, Data.DataRowView).Item("manufacturer").Delete() DirectCast(ListBox2.SelectedItem, Data.DataRowView).Item("year").Delete() DirectCast(ListBox2.SelectedItem, Data.DataRowView).Item("type").Delete()Public member 'Delete' on type 'String' not found


Reply With Quote