Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How do you dynamically add a control (e.g. a textbox) to a ASP .NET content page in VS 2008. this.controls.add(new TextBox()); Does not work. Neither does Content cnt = (Content)this.FindControl("Content1"); cnt.Controls.Add(new TextBox());