What is a user control?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is a user control?
Rating:
A user control is a template control that is similar to a Web page having both a user interface and code-behind file. Unlike a Web page, a user control can add markup and child controls. It can be treated as a unit into which its properties and methods can be defined. It has an .ascx file extension. However, a user control is easier to create, as once created it can be reused and can handle complex user interface elements.
Rating:
Was this information helpful?
Other articles
- What is a data-bound control?
- What is the CurrentUICulture property?
- Adding and Configuring Server Controls to a Web Forms Page Using C# .NET
- What is the AdRotator control?
- What is the XmlValidatingReader class?