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)- A6% (3)
- B4% (2)
- C75% (40)
- D15% (8)
Community Discussion
No community discussion yet for this question.