Everything runs well for me, but I can't delete a role. Everything I click on the delete link, the page is posted back. It gives me a confirm message to delete. I click OK, and nothing is deleted. The delete link button disappears.
I debugged the code, and I found out that lbtnDelete_Command() never fired. This line did not work for me.
Code:
lbtnDelete.Command += new CommandEventHandler(lbtnDelete_Command);
Has anyone experienced the issue like me? Please give me your feedback. Thank you for your suggestion.