In ASP.NET, which method is used to set the input focus to a specific control?
Explanation
The correct approach to set focus on a control in ASP.NET is to invoke the FOCUS method. The other options, SETCONTROL and SETFOCUS, are not valid methods for this purpose.