Hi Imar,
I'm sorry for the 'asked' and then 'answered before you got to it' post. I just needed to be a little more patient. Just after I posted I found someone who provided what I think is a brilliant solution:
In the code behind:
Code:
Protected Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load
Page.Form.DefaultFocus = LoginView1.FindControl("Login1").ClientID
End Sub
I understand the whole command except for the end, 'ClientID'. Would you be able to explain that part of the code?
You may also have some advice that all of us would want to consider for why a different way would be better.
Thanks.
Best Regards,
Alan