Question:You want to create a user control that will encapsulate basic data entry functionality and that will be reused across a site. What steps should you take? (Choose all that apply.) 

A Create an ASPX file and use the @ Register directive at the top of the page to indicate that the markup in the file is a user control. 

B Create a code-behind file for your user control that contains a class that inherits from System.Web.UI.UserControl. 

C Create a code-behind file for your user control that contains a class that inherits from System.Web.UI.Page. 

D Create an ASCX file and use the @ Control directive at the top of the page to indicate that the markup in the file is a user control. 

+ Answer
+ Report
Total Preview: 1103

Copyright © 2024. Powered by Intellect Software Ltd