Microsoft
98-363 · Question #174
Which of the following is the difference between custom controls and user controls?
The correct answer is C. User controls are added in the source form (.ascx) along with the source code of the application. See the full explanation below for the reasoning.
Question
Which of the following is the difference between custom controls and user controls?
Options
- ACustom controls are good for static content, and user controls are good for dynamic content.
- BCustom controls cannot be added to the Toolbox in Visual Studio, and user controls can be
- CUser controls are added in the source form (.ascx) along with the source code of the application,
- DUser controls are designed for multiple applications, and custom controls are designed for an
How the community answered
(15 responses)- A7% (1)
- B13% (2)
- C73% (11)
- D7% (1)
Community Discussion
No community discussion yet for this question.