Microsoft
70-519 · Question #124
You are designing an ASP.NET Web application. A page of the Web application will contain a databound ListView control. You need to recommend a strategy for accessing individual rows within the…
The correct answer is C. On the ListView control, set the ClientIDMode property to Predictable and set the. See the full explanation below for the reasoning.
Question
You are designing an ASP.NET Web application. A page of the Web application will contain a databound ListView control. You need to recommend a strategy for accessing individual rows within the ListView control from client-side script based on the value in a specific data field. What should you recommend?
Options
- AOn the ListView control, set the ClientIDMode property to Static and set the
- BOn the @ Page directive, set the SmartMavigation property to True and set the
- COn the ListView control, set the ClientIDMode property to Predictable and set the
- DOn the @ Page directive, set the AspCompat property to True and set the ClientIDMode
How the community answered
(41 responses)- A17% (7)
- B2% (1)
- C73% (30)
- D7% (3)
Community Discussion
No community discussion yet for this question.