下列选项中, 不是Page指令的属性。 A: CodeFile B: AutoEventWireup C: Namespace D: Language
下列选项中, 不是Page指令的属性。 A: CodeFile B: AutoEventWireup C: Namespace D: Language
关于@page指令,下面说法不正确的是() A: 语言属性可以写Java B: AutoEventWireup属性可以不写 C: CodeFile可以不写,但必有Inherits也不写 D: AutoEventWireup所指定的页面事件包含Page_Load
关于@page指令,下面说法不正确的是() A: 语言属性可以写Java B: AutoEventWireup属性可以不写 C: CodeFile可以不写,但必有Inherits也不写 D: AutoEventWireup所指定的页面事件包含Page_Load
代码分离模式中,在aspx页面的@page表示页面指示符,属性_________用来指定与之关联的隐藏代码文件。 A: Language B: CodeFile C: Inherit D: AutoEventWireup
代码分离模式中,在aspx页面的@page表示页面指示符,属性_________用来指定与之关联的隐藏代码文件。 A: Language B: CodeFile C: Inherit D: AutoEventWireup
内容页是通过页首的()属性与母版页建立联系的,该属性在指令中使用,用于指定母版页的虚拟路径。 A: CodeFile B: AutoEventWireup C: MasterPageFile D: Inherits
内容页是通过页首的()属性与母版页建立联系的,该属性在指令中使用,用于指定母版页的虚拟路径。 A: CodeFile B: AutoEventWireup C: MasterPageFile D: Inherits
内容页是通过其页首的()属性与母版页建立联系的,该属性在指令中使用,用于指定母版页的虚拟路径。 A: AutoEventWireup B: CodeFile C: Inherits D: MasterPageFile
内容页是通过其页首的()属性与母版页建立联系的,该属性在指令中使用,用于指定母版页的虚拟路径。 A: AutoEventWireup B: CodeFile C: Inherits D: MasterPageFile
中国大学MOOC: 对下面ASP.NET代码的解释存在错误的是( )<%@PageTitle=""Language="C#"MasterPageFile="~/MasterPage.master"AutoEventWireup="true"CodeBehind="WebForm1.aspx.cs"Inherits="SECSYS.Web.WebForm1"%><asp:ContentID="Content1"ContentPlaceHolderID="head"runat="server"></asp:Content><asp:ContentID="Content2"ContentPlaceHolderID="ContentPlaceHolder1"runat="server"></asp:Content>
中国大学MOOC: 对下面ASP.NET代码的解释存在错误的是( )<%@PageTitle=""Language="C#"MasterPageFile="~/MasterPage.master"AutoEventWireup="true"CodeBehind="WebForm1.aspx.cs"Inherits="SECSYS.Web.WebForm1"%><asp:ContentID="Content1"ContentPlaceHolderID="head"runat="server"></asp:Content><asp:ContentID="Content2"ContentPlaceHolderID="ContentPlaceHolder1"runat="server"></asp:Content>