discovering which control raised the OnInit event being handled
An OnInit handler's "sender" paramater doesn't have an "ID" member, and the "sender" ToString member only gives the object type. Is there a way to discover which control raised the event that caused the handler to fire?