Multiple choice technology programming languages

In which file extension the user controls are stored ?

  1. .ascx

  2. .aspx

  3. .asmx

  4. .ashx

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

User controls in ASP.NET use the .ascx file extension, which distinguishes them from web forms (.aspx) and web services (.asmx). The 'ascx' stands for 'ASP.NET User Control'.