// id private void txtIdGotFocus(object sender, EventArgs e) { TextBox txtId = (TextBox)sender; placeholder.OnFocus(txtId, "id"); }