单项选择题
A.<appSettings> <add key="Dev:Task" value="DevControls, DevControls.Task"/> </appSettings>
B.<compilation targetFramework="4.0" explicit="false"> <assemblies> <add assembly="TestServerControl" /> </assemblies> </compilation>
C.<pages> <controls> <add assembly="TestServerControl" namespace="DevControls" tagPrefix="Dev"/> </controls> </pages>
D.<pages> <tagMapping> <add tagType="System.Web.UI.WebControls.WebControl" mappedTagType="DevControls </tagMapping> </pages>
单项选择题 YouaredevelopinganASP.NETWebpage.ThepageincludesaListinstance.YouaddaFormViewcontroltodisplayasingleProductfromthislist.YouneedtobindthelisttotheFormViewcontrol.WhichFormViewpropertyshouldyousetinthecode-behindfile?()
单项选择题 Gridview:Howtochangetheimageofanimagecontrolplaceineachrowinagridview:()
单项选择题 YouaredevelopinganASP.NETWebpage.Youaddadata-boundGridViewcontrol.TheGridViewcontainsaTemplateFieldthatincludesaDropDownList.YousettheGridViewsClientIDModepropertytoStatic,andyousettheClientIDRowSuffixpropertytoProductID.YouneedtobeabletoreferenceindividualDropDownListcontrolsfromclient-sidescriptbyusingtheProductID.WhatshouldyousettheClientIDModepropertyoftheDropDownListto?()