Setting Default Button/Focus
I found
this article which I thought was a quick overview of setting the default button or the default focus of a control, which you should use UniqueID of the button control when setting the DefaultButton property (a string) of the form. You should use the ClientID of the control you want to assign focus through the DefaultFocus property (a string) of the form.