This is not working for me asp.net web page. Maybe dumb question:
dim tex as new textbox
tex.location = new point (150,150)---------this is highlighted as error
tex.width = 150 ---------this does nothing
tex.height = 22 ---------this does nothing
controls.add(tex) ---------this is highlighted as error
Where is my textbox named tex?
Please let me know if you have solution for me.
Thanks