【单选题】You are implementing an ASP.NET application that includes a page named TestPage.aspx. TestPage.aspx uses a master page named TestMaster.master.You add the following code to the TestPage.aspx code-behi...
A.
Add the following directive to TestPage.aspx.
B.
Add the following directive to TestPage.aspx.
C.
Set the Strict attribute in the @ Master directive of the TestMaster.master page to true.
D.
Set the Explicit attribute in the @ Master directive of the TestMaster.master page to true.
【单选题】You are the newly appointed Web Application Developer at Certkiller.com. You make use ofMicrosoft .NET Framework v3.5 to create a Microsoft ASP.NET application. You create a page on the application t...
A.
You should consider adding AddHandler lstLanguages.SelectedIndexChanged, AddressOfBindData to the constructor of the page.
B.
You should consider adding AddHandler Me.Init, AddressOf BindData to the constructor of thepage.
C.
You should consider adding AddHandler Me.PreRender, AddressOf BindData to theconstructor of the page.
D.
You should consider adding AddHandler lstLanguages.PreRender, AddressOf BindData to theconstructor of the page.