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
B
C
D
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.
Note: Not available