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

It won't work here either because this forum is for Classic ASP and not ASP.Net

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.