Hello everybody,
i'm working with a webservice. The classes can't be modified because i must send the same object to the webservice.
I have a gridview and when you click in a row this row will become editable (this is ok).
Now i would like to have a checkbox for each row and when I click delete i would like to delete the checked ones. Normally I add a boolean in the class and then it's easy but without a boolean I don't know how to do. Some helps?
Goncalo Margalho
i'm working with a webservice. The classes can't be modified because i must send the same object to the webservice.
I have a gridview and when you click in a row this row will become editable (this is ok).
Now i would like to have a checkbox for each row and when I click delete i would like to delete the checked ones. Normally I add a boolean in the class and then it's easy but without a boolean I don't know how to do. Some helps?
Goncalo Margalho