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 send search results in email. 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