You need to define which Textbox and Button you want to make them default.
// add the attribute in your form tag
<form id="form1" DefaultButton="Button1" DefaultFocus="TextBox2" runat="server">