Question:You need to write code to dynamically create a new instance of a TextBox server
control. You want to make sure the TextBox control displays on the Web page. Which
action do you take?
A Call the ShowControl method on the TextBox.
B Set the Visible property to true on the TextBox.
C Call the Add method of the Page class to add your TextBox instance to the page.
D Call the Add method of the form1.Controls collection to add your TextBox instance
to the page.
+ AnswerD
+ Report