Question:You are creating an ASP.NET Web form that searches product inventory and displays
items that match the user’s criteria. You want users to be able to bookmark or e-mail
search results. Which type of client-side state management meets your requirements
and is the simplest to implement?
A View state
B Control state
C Hidden fields
D Cookies
E Query strings
+ AnswerE
+ Report