单项选择题
Which property of the ListView class is used to get\set the name of the data field whose value exclusively identifes every data row of a ListView when the ClientIDMode property is set to Predictable?()
A.LoadViewStateByID
B.UniqueID
C.ClientIDMode
D.ClientIDRowSuffix
点击查看答案
相关考题
-
单项选择题
WhichpropertyoftheLabelcontrolgets\setstheidentiferforaservercontrolthattheLabelcontrolisassociatedwith?()
A.ClientID
B.ID
C.AssociatedControlID
D.ControlID -
单项选择题
YouworkasanASP.NETWebApplicationDeveloperforSomeCompany.ThecompanyusesVisualStudio.NET2010asitsapplicationdevelopmentplatform.YoucreateanASP.NETWebapplicationusing.NETFramework4.0.YouareplanningtodeploytheASP.NETWebapplicationtoaproductionserverbypublishingtheWebapplicationinReleaseconguration.YoumustensurethattheconnectionstringvalueintheWeb.congleisupdatedtothe connectionstringvalueoftheproductionserverduringpublishing.Whatwillyoudo?()
A.Add the following code to the Web.config file.
B.Add the following code to the Web.release.config file.
C.Add the following code to the Web.config file:
D.Add the following code to the Web.release.config file. -
多项选择题
YouworkasanASP.NETWebApplicationDeveloperforSomeCompany.ThecompanyusesVisualStudio.NET2010asitsapplicationdevelopmentplatform.YouarecreatinganASP.NETWebapplicationusing.NETFramework4.0.TheapplicationholdsaWebpagenamedMyHome.aspx.YouarecreatingabuttonwitharolloverimageonMyHome.aspx.However,whenmousehoveredoverthebuttonimage,therolloverimageisretrievedfromtheserverinaseparaterequest.Youneedtouseanimprovedrolloverbuttoninwhichthebuttonsrolloverimageisalreadydownloadedandstoredinthebrowser’scache,asaresultwhenyouhoveroverthebutton,itisinstantlydisplayed.Whatwillyoudotoaccomplishthis?()
A.Use JavaScript Object Notation.
B.Use the RegisterClientScriptBlock method.
C.Use the RegisterClientScriptlnclude method.
D.Build a JavaScript function.
E.Use the RegisterClientScriptResource method.
