Groups | Blog | Home
all groups > asp.net webcontrols > november 2003 >

asp.net webcontrols : Setting focus


Greg Smith
11/21/2003 7:46:42 AM
Is there a way to set the focus to a control as you do with the .Focus on
the Win side?

Any help is greatly appreciated.

Rasto
11/21/2003 7:35:35 PM
U must on Client side with JavaScript:
document.getElementById("myControlId").focus();

[quoted text, click to view]

AddThis Social Bookmark Button