Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with focusedcontrol
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 2.0
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01144244
Message ID:
01145624
Views:
16
You could try putting it in the OnInit event. I still have some old code that is doing that.


override protected void OnInit(EventArgs e)
{
// Set the control to receive initial focus
this.FocusedControl = this.lstMessages;
base.OnInit(e);
}
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform