单项选择题
A library called contosobuisness.dll has been created and u need to accept it in a page.. all options had the <%assembly tag but the att differed.()
	A.<%assembly TargetName="contosobuisness" %>
	B.<%assembly ID="contosobuisness" %> 
	C.<%@ Assembly Name="contosobuisness" %>
	D.<%assembly virtualpath="contosobuisness" %>
                    
                            点击查看答案&解析
                
                
            相关考题
- 
                                    单项选择题
                                    
Youhaveamasterpagecustom.master...ucreateanested.masterpageusingit...andthenuhavecontentpagethatusesthenested.masterasitsmasterpage...togetastringpropfromcustom.masterintoalabelincontentpagethecodeuwuduse()
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)