G
Guest
Hi there
I can't believe this is so hard to figure out. I've drawn a placeholder control "phCategory" on my form in asp.net. In my load event I do this
Dim txtCategories As New textbo
phCategory.Controls.Add(txtCategories
The form displays my textbox just fine but once the user clicks submit how do I reference the value of the textbox? Is the textbox I created not a server control where I can access its text property? Do I need to use findcontrol? Thanks in advance!
I can't believe this is so hard to figure out. I've drawn a placeholder control "phCategory" on my form in asp.net. In my load event I do this
Dim txtCategories As New textbo
phCategory.Controls.Add(txtCategories
The form displays my textbox just fine but once the user clicks submit how do I reference the value of the textbox? Is the textbox I created not a server control where I can access its text property? Do I need to use findcontrol? Thanks in advance!