nerdexam
Microsoft

98-361 · Question #278

You are developing a restaurant locator Web sitr in ASP.NET and C#. As users browse through the Web site, each of the Web pages must display a list of the recently viewed restaurant in the lower…

The correct answer is C. Cookies. See the full explanation below for the reasoning.

Question

You are developing a restaurant locator Web sitr in ASP.NET and C#. As users browse through the Web site, each of the Web pages must display a list of the recently viewed restaurant in the lower left corner. You want this information to be available across Web pages and browser restarts but do not want to use server side resources to accomplish this. Which of the following state management techniques will help you accomplish this requirement with minimum effort?

Options

  • Ahidden fields
  • Bview state
  • CCookies
  • DSessions

How the community answered

(53 responses)
  • A
    6% (3)
  • B
    4% (2)
  • C
    75% (40)
  • D
    15% (8)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice