单项选择题X 纠错
A.Use the RowCommand event of the GridView control.
B.Use the SelectedlndexChanged event of the GridView control.
C.Use the RowDataBound event of the GridView control.
D.Use the RowEditing event of the GridView control.
E.Use the RowUpdated event of the GridView control.
你可能喜欢
单项选择题
A.Use NextPreviousPagerField.
B.Use NumericPagerField.
C.Use PreviousPagerField.
D.Use NextPagerField.
E.Use TemplatePagerField.
单项选择题
A.RowEntered
B.RowEdited
C.RowEntering
D.RowEditing
单项选择题
A.Add the following directive between line 1 and line 2 in the Web.config file in the MoreDetails folder:<identity impersonate="false" />
B.Modify line 4 in the Web.config file in the MoreDetails folder as follows:<allow users="*" />
C.Add the following directive between line 1 and line 2 in the Web.config file in the MoreDetails folder:<identity impersonate="true" />
D.Replace line 1 in the Web.config file in the MoreDetails folder with <authentication mode="Windows" />
E.Add the following directive between line 1 and line 2 in the Web.config file in the Details folder: <identity impersonate="true" />
单项选择题
A.RenderPartial
B.Action
C.Render
D.RenderAction
单项选择题
A.Publish Web Site
B.Web-based installation
C.Web site project mode
D.Web services directory
单项选择题
A.Pre-Build, Post-Link, and Pre-Link
B.Pre-Build, Post-Build, and Post-Link
C.Pre-Build, Pre-Link, and Post-Build
D.Post-Link, Pre-Link, and Post-Build
单项选择题
A.ObjContext.SaveChanges(SaveOptions.DetectChangesBeforeSave);
B.ObjContext.SaveChanges(SaveOptions.AcceptAllChangesAfterSave);
C.ObjContext.SaveChanges(SaveOptions.All);
D.ObjContext.SaveChanges(SaveOptions.None);
单项选择题
A.FormsAuthentication
B.RoleProvider
C.SqlRoleProvider
D.MembershipProvider
单项选择题
A.ListView Web Server Control
B.DetailsView Web Server Control
C.DataList Web Server Control
D.Data Web Server Control
单项选择题
A.FindFieldTemplate
B.FindControl
C.FindDataSourceControl
D.FindDataControl