I have a couple of buttons of which I modified how they look. I have set them as flat buttons with a background and a custom border so they look all pretty and nothing like
If you have a textbox and a button then on textchange event of textbox write button1.focus();
button1.focus();
It will work.