Hi, I am planning to keep a common event handler for 2 buttons, say ButtonA and ButtonB. When any of these buttons get clicked the same handler should be invoked. My question, is there any way to find the Button ID in the handler so that I can find out which one actually got clicked ?
Thanks