🎴 Flashcard Mode

JSF and ASP.NET Web Frameworks Quiz

Card1 / 16
Mastered0
Review0
QuestionClick to flip

What is the extension used for web user controls in ASP.NET 2.0?

AnswerClick to flip back
A
ascx
💡 Explanation:

User controls in ASP.NET use the .ascx extension, which distinguishes them from regular .aspx pages and .asmx web services. The 'ascx' naming convention comes from 'ASP.NET Control eXtension.' This file extension identifies reusable user controls that can be embedded in multiple web forms.

Change Mode