Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting focus to first control on page
Message
From
04/03/2010 07:55:47
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Setting focus to first control on page
Miscellaneous
Thread ID:
01452441
Message ID:
01452441
Views:
102
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
Next
Reply
Map
View

Click here to load this message in the networking platform