单项选择题
You have a master page custom.master ... u create a nested.master page using it ... and then u have content page that uses the nested.master as its master page ... to get a string prop from custom.master into a label in content page the code u wud use()
A.master.master
B.parent.master
C.this.master
D.unknown
点击查看答案
相关考题
-
单项选择题
Youhavealogin.ascxcontrolandtodisplayitinaviewwhichmethoduwoulduse()
A.http.display
B.http.partial
C.http.load
D.http.get -
单项选择题
YouaredevelopingaAsp.netwebapplicationthtincludesapanelcontrolthathasIDcontentsection.YouneedtoaddatextBoxcontroltothepanelcontrol.()
A.this.RequireControlState(this.LoadControl(typeof(TextBox),null));
B.this.ContentSection.control.add(this.FindControl(ContentSection.ID + "asp:TextBox"));
C.this.ContentSection.control.add(this.LoadControl(typeof(TextBox),null));
D.this.LoadComplete("asp:TextBox").IntiantiateIn(Content Section) -
单项选择题
Youareperfomingsecuritytestingonanexistingasp.netwebpage.Younoticethatyouareabletoissueunauthorisedpostbackrequeststothepage.Youneedtopreventunauthorisedpostbackrequests.whichpagedirectiveyouuse?()
A.<%@Page strict = "true" %>
B.<%@Page enableViewStateMac = "true" %>
C.<%@Page EnableEventValidation = "true" %>
D.<%@Page Aspcompact = "true" %>
