How can I add a textbox into the form by using vb.net code for my web application?
I write the following code but the textbox didn't appear:
Dim newTxt As TextBox = New TextBox()
newTxt.Wrap = True
newTxt.Text = "Hello"
Me.Controls.Add(newTxt)
|
Results 1 to 4 of 4
Thread: Add textbox using codeThreaded View
|
Click Here to Expand Forum to Full Width |