ASP.NET 2.0
You can easily set the focus to a specific control when your web form is loaded, by adding the line
Page.SetFocus(<ControlID>);
to your Page_Load() event.
ASP.NET 2.0
You can easily set the focus to a specific control when your web form is loaded, by adding the line
Page.SetFocus(<ControlID>);
to your Page_Load() event.