Asp.Net : Setting the DefaultButton for the LoginControl22 January 20091 min readpieterASP.NetControlsYou can set the DefaultButton property of the Login control by putting the Login control in a Panel and set the DefaultButton property of the panel to the LoginControlId$LoginButton. Code example: Cheers, Pieter