Question:You are creating an ASP.NET webpage that allows a user to browse information in a database. While the user accesses the page, you need to track search and sorting values. You do not need to store the information between visits to the webpage. Which type of client-side state management would meet your requirements and be the simplest to implement?
A View state
B Control state
C Hidden fields
D Cookies
E Query strings
+ AnswerA
+ Report