【多选题】Certkiller .com's e-Commerce Web application contains a page named Products.aspx that uses data source and data-bound server controls. Customers use the server controls to search for products. The Pro...
A.
Move the Products.aspx page to the App_Code folder.
B.
Create a code-behind file for the Products.aspx page.
C.
Rename the Products.aspx page to Products.ascx.
D.
Remove all server controls from the Products.aspx page.
E.
Replace the Page directive with a Control directive.