可学答题网 > 问答 > MCTS(70-515)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You are implementing&#8194


You are implementing an ASP.NET application that uses data-bound GridView controls in multiple pages. You add JavaScript code to periodically update specific types of data items in these GridView controls. You need to ensure that the JavaScript code can locate the HTML elements created for each row in these GridView controls, without needing to be changed if the controls are moved from one page to another. What should you do?()

  • AReplace the GridView control with a ListView control.
  • BSet the ClientIDMode attribute to Predictable in the web.config file.
  • CSet the ClientIDRowSuffix attribute of each unique GridView control to a different value.
  • DSet the @ OutputCache directives VaryByControl attribute to the ID of the GridView control.
参考答案
参考解析:
分类:MCTS(70-515)题库
相关推荐

1、You are implementing 

You are implementing an ASP.NET Web site. The root directory of the site contains&#8194...

2、You are implementing 

You are implementing an ASP.NET application that includes a page named TestPage.aspx. TestPag...

3、You are implementing 

You are implementing an ASP.NET Web site that will be accessed by an international&#819...

4、You are implementing 

You are implementing an ASP.NET application that includes a page named TestPage.aspx. TestPag...

5、You are implementing 

You are implementing an ASP.NET page that hosts a user control named CachedControl. You...

6、You are implementing 

You are implementing an ASP. NET MVC 2 Web application. You add a controller name...