Question:You need to dynamically create an instance of a TextBox server control in your code. In
which page event would you create the server control to ensure that the view state is
properly reconnected to the control on PostBack?
A PreInit
B Init
C Load
D PreRender
+ AnswerA
+ Report