Hey,

Is there a way to capture which control the user executed a context menu from? In order words, if textboxes txtName and txtAddress have the same context menu, is there a way determine which one was clicked in the menuitem click event? The sender parameter is a reference to the actual menuitem and not the control...