HI,
I was used to use the following line to ask user if he wants to really delete object
lbDelete.OnClientClick = "confirmation('" + Resources.ErrorMessages.ConfirmDelete + "','" + lbDelete.UniqueID + "'); return false;";
But now I don't know how to use it when an event is raised which is not a button click how to do?
Go to the complete details ...