how can i delete a listview item fetched from a database???
-
i'm working on a project and i'm having trouble with deleting items on the listview. the situation is, if i delete item from the listview it should be deleted on the db too. thanks in advance
-
i'm working on a project and i'm having trouble with deleting items on the listview. the situation is, if i delete item from the listview it should be deleted on the db too. thanks in advance
-
i'm working on a project and i'm having trouble with deleting items on the listview. the situation is, if i delete item from the listview it should be deleted on the db too. thanks in advance
It's not automatic, you have to write code to do it. Where are you stuck? The simple way is to use the SqlConnection and SqlCommand objects. Tons of examples online.
There are only 10 types of people in the world, those who understand binary and those who don't.
-
i'm working on a project and i'm having trouble with deleting items on the listview. the situation is, if i delete item from the listview it should be deleted on the db too. thanks in advance
This might help: http://stackoverflow.com/questions/19441239/how-listview-delete-data-in-database[^]
Lost in the vast sea of .NET
-
i'm working on a project and i'm having trouble with deleting items on the listview. the situation is, if i delete item from the listview it should be deleted on the db too. thanks in advance