Question:You are developing a custom grid Web control that you will share with other developers. You need to ensure that the control property values are always available after a postback. Where should the Web control store the property values? (More than one answer choice may achieve the goal. Select the BEST answer.)
A in View state.
B in Control state.
C in a Session variable.
D in an Application variable
+ AnswerB
+ Report