nerdexam
Microsoft

70-484 · Question #19

You need to retain the data that is entered in the TextBox control when the user navigates away from the PictureSharerMainPage page. Which code segment should you insert at line CS08?

The correct answer is B. Option B. NavigationCacheMode Specifies caching characteristics for a page involved in a navigation. - NavigationCacheMode.Required The page is cached and the cached instance is reused for every visit regardless of the cache size

Program the User Interaction

Question

You need to retain the data that is entered in the TextBox control when the user navigates away from the PictureSharerMainPage page. Which code segment should you insert at line CS08?

Exhibit

70-484 question #19 exhibit

Options

  • AOption A
  • BOption B
  • COption C
  • DOption D

How the community answered

(48 responses)
  • A
    8% (4)
  • B
    73% (35)
  • C
    15% (7)
  • D
    4% (2)

Explanation

  • NavigationCacheMode Specifies caching characteristics for a page involved in a navigation. - NavigationCacheMode.Required The page is cached and the cached instance is reused for every visit regardless of the cache size

Topics

#NavigationCacheMode#state retention#page caching#TextBox state

Community Discussion

No community discussion yet for this question.

Full 70-484 Practice