I am using ado.net. Have the following problem. in a listbox I display the names taken from a database table,when I select one of them and press the button i'd like to remove this item (the row) from the base.
(I do that in the DataSet, and then update the database). The problem is that the following code is not working
Please help
(I do that in the DataSet, and then update the database). The problem is that the following code is not working
Code:
objDataSetEditing.advertisements.RemoveadvertisementsRow objDataSetEditing.advertisements.FindByadvertisement 1
Please help