单项选择题X 纠错
A.Add the following code segment to the Page_Load method of the page code-behind file. Dim custom As Custom = Me.Parent lblRegion.Text = custom.Region
B.Add the following code segment to the Page_Load method of the page code-behind file. Dim custom As Custom = Me.Master lblRegion.Text = custom.Region
C.Add the following code segment to the Page_Load method of the Custom.Master.vb code-behind file. Dim lblRegion As Label = Page.FindControl("lblRegion") lblRegion.Text = Me.Region
D.Add the following code segment to the Page_Load method of the Custom.Master.vb code-behind file. Dim lblRegion As Label = Master.FindControl("lblRegion") lblRegion.Text = Me.Region
你可能喜欢
单项选择题
A.FindFieldTemplate
B.FindControl
C.FindDataSourceControl
D.FindDataControl
多项选择题
A.Add the WebGet attribute to the service contract.
B.Set WebOperationContext.Current.OutgoingRequest.ContentType to "text/xml" in the GetProduct method.
C.Add the WebInvoke attribute to the service contract.
D.Set WebOperationContext.Current.OutgoingResponse.ContentType to "text/xml" in the GetProduct method.
单项选择题
A.RenderPartial
B.Action
C.Render
D.RenderAction
单项选择题
A.$(“#div1”).mouseenter(displayname);
B.$(“.div1”).mouseenter(displayname);
C.$(“#div1”).mousemove(displayname);
D.$(“.div1”).mousemove(displayname);
单项选择题
A.FormsAuthentication
B.RoleProvider
C.SqlRoleProvider
D.MembershipProvider
单项选择题
A.master.master
B.parent.master
C.this.master
D.unknown
单项选择题
A.http.display
B.http.partial
C.http.load
D.http.get
单项选择题
A.Master
B.Default
C.Shared
D.Common
单项选择题
A.Use NextPreviousPagerField.
B.Use NumericPagerField.
C.Use PreviousPagerField.
D.Use NextPagerField.
E.Use TemplatePagerField.
单项选择题
A.Pre-Build, Post-Link, and Pre-Link
B.Pre-Build, Post-Build, and Post-Link
C.Pre-Build, Pre-Link, and Post-Build
D.Post-Link, Pre-Link, and Post-Build