多项选择题
A.Use an ObjectDataSource control and set its TypeName property to System.Data.SqlClient.SqlConnection.
B.Use a SqlDataSource control and configure its ConnectionString in the web.config file.
C.Use an XmlDataSource control together with an Xml control that represents the database.
D.Use a LinqDataSource control with entity classes that represent the elements in the database.
单项选择题 YouareimplementinganASP.NETpagethatwillretrievelargesetsofdatafromadatasource.YouaddaListViewcontrolandaDataPagercontroltothepage.Youneedtoensurethatthedatacanbeviewedonepageatatime.Whatshouldyoudo?()
单项选择题 YouareimplementinganASP.NETapplication.TheapplicationincludesaPersonclasswithpropertyAge.YouaddapageinwhichyougetalistofPersonobjectsanddisplaytheobjectsinaGridViewcontrol.YouneedtoaddcodesothattheGridViewrowishighlightedinrediftheageofthepersonislessthan18.WhichGridVieweventshouldyouhandle?()
单项选择题 YouaredeployinganASP.NETWebapplicationtoaremoteserver.YouneedtochooseadeploymentmethodthatwillensurethatallIISsettings,inadditiontotheWebcontent,willdeploytotheremoteserver.Whichdeploymentmethodshouldyouchoose?()