J
Joo Park
Hello,
I'm trying to add a TextBox to a web page dynamically.
However, the compiler is complaining that it needs to be
place in a form.
How do I get a reference to a form object
so that i can do the following?
Form.Controls.Add(textbox);
thx in advance!
I'm trying to add a TextBox to a web page dynamically.
However, the compiler is complaining that it needs to be
place in a form.
How do I get a reference to a form object
so that i can do the following?
Form.Controls.Add(textbox);
thx in advance!