Multiple choice technology web technology

Extension for Active Server Custom Control?

  1. ASCX

  2. ASPX

  3. ASHX

  4. ASMx

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

ASCX is the file extension for ASP.NET User Controls (custom controls). These are reusable components that can be embedded in ASP.NET web forms (.aspx pages) to modularize UI elements.