Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting focus to first control on page
Message
De
04/03/2010 07:55:47
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Setting focus to first control on page
Divers
Thread ID:
01452441
Message ID:
01452441
Vues:
103
Hi,

I have tried this code as suggested in the dev guide to set focus to a text box in the page_load:
this.FocusedControl = this.txtUsername;
but it doesn't work. I have found that this works though:
this.SetFocus(this.txtUsername);
Is this the correct way to do this?
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform