Pieter Brinkman

Asp.Net : Setting the DefaultButton for the LoginControl

1 min readpieterASP.NetControls

You 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