你可能喜欢
单项选择题
A.Add the following configuration to the
B.Add the following configuration to the
C.Add the following @ Page directive to pages that query the database.
D.Add the following @ Page directive to pages that query the database.
多项选择题
A.Remove line 01.
B.Add the static modifier on lines 05 and 11.
C.Add the following attribute before line 10. [SoapDocumentMethod(Action="GetProductById")]
D.Modify the attribute on line 10 as follows. [WebMethod(MessageName="GetProductById")]
单项选择题
A.OnLoad
B.Construct
C.OnDataBinding
D.SaveControlState
单项选择题
A.AjaxHelper
B.XDocument
C.JsonResult
D.DataContractJsonSerializer
单项选择题
A.Image img = (Image)Page.FindControl("img");
B.Image img = (Image)e.Row.FindControl("img");
C.Image img = (Image)gvModels.FindControl("img");
D.Image img = (Image)Page.Form.FindControl("img");
单项选择题
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>
单项选择题
A.DataSource
B.DataSourceID
C.DataKeyNames
D.DataMember
单项选择题
A.ItemDataBound
B.Init
C.Prerender
D.<something I don‟t remember>
单项选择题
A. IComparer<T>
B. IEnumerable<T>
C. IEnumerator<T>
D. IEqualityComparer<T>