Moderate

In ASP.NET if one wants to set the focus on a particular control________________?

Correct answer: A. Call FOCUS method

  • A. Call FOCUS method
  • B. Call SETCONTROL
  • C. Call SETFOCUS
  • D. None of the above

Explanation

ASP.NET controls expose a Focus() method, commonly called as control.Focus(), to move browser focus to that control. SETCONTROL is not a standard ASP.NET focus method.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions