DataList Help Contnd

  • Thread starter Thread starter TCORDON
  • Start date Start date
T

TCORDON

Thanks, I am still getting an error well not an error, but no action, please
let me know if I missed
something.

This is what I have done so far.

1. In the Item Template, I named the Button "cmdDelete" and set its
CommandName Property to: Delete
2. I placed all the code to delete the record inside: Private Sub
lstItems_DeleteCommand(ByVal source.... ) in the codebehing page.

What I am seeing is that that event is not getting fired.

TIA!
 
You haven't really posted enough code for anyone to diagnose your problem.
Is there a Handles clause with your handler?
 
Back
Top