Try using AJAX. Add an update panel, and set focus to password textbox in textchanged event of TextBox 1.
<asp:scriptmanager id="ScriptManager1" runat="server" xmlns:asp="#unknown" />
<asp:updatepanel id="updatePanel" runat="server" xmlns:asp="#unknown">
<contenttemplate>
<asp:textbox id="txtUserName" runat="server"></asp:textbox>
<asp:textbox id="txtDisplayName" runat="server"></asp:textbox>
<asp:textbox id="txtPassword" runat="server"></asp:textbox>
</contenttemplate>
</asp:updatepanel>