In ASP.NET, which method is used to set the input focus to a specific control?

Choose the correct answer

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.

In ASP.NET, which method is used to set the input fo… — ASP.net | PakQuizHub