单项选择题
A.<%assembly TargetName="contosobuisness" %> B.<%assembly ID="contosobuisness" %> C.<%@ Assembly Name="contosobuisness" %> D.<%assembly virtualpath="contosobuisness" %>
Youhaveamasterpagecustom.master...ucreateanested.master...
单项选择题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.ascxcontrolandtodisplayitinaviewwhichmeth...
单项选择题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.netwebapplicationthtincludesapanel...
单项选择题You are developing a Asp.net web application tht includes a panel control that has ID contentsection.You need to add a textBox control to the panel control.()
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)