use the sender object........and then cast it as the control u have originally placed in the databound control.
say u hv used LinkButton
LinkButton lb= ((LinkButton)sender);
now lb will have the xact same properties of linkbtton that called the procedure