单项选择题

You have a login.ascx control and to display it in a view which method u would use()

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" %>

相关试题
  • You are developing an ASP.NET MVC...
  • You are developing an ASP.NET Web...
  • You create an ASP.NET server contr...
  • You are developing a WCF service....
  • You are developing an ASP.NET Web...