Multiple choice technology programming languages In which file extension the user controls are stored ? .ascx .aspx .asmx .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'.