单项选择题
A.<assembles> someoptions </assembles> B.<pages controlRenderingCompatibilityVersion="3.5"/> C.<compilation targetframework = "3.5" /> D.<xhtmlConformance mode="Legacy" />
Alibrarycalledcontosobuisness.dllhasbeencreatedanduneed...
单项选择题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.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