Altar,
It is really disapointing, a lot of messages but nobody is giving you any
real answer on your simple question (Hi Nick)
.
While when you would search Google or go to GotDotNet for this, when you use
the VBNet IDE you easily can become in the wrong direction because that are
often samples without using the IDE
While it is so easy, follow bellow (not tested of course so watch litle
typos)
Open your IDE and than
File -> New -> Project -> ASPNet application.
There will be a form showed, and probably at left a toolbox
Open that toolbox and drag from that a Texbox on the form
Now you right click on the form and do "View Code"
Now you see code with in that
'Put user code to initialize the page here
That you replace by
me.textBox1.Text = "Hello World"
You push than on debug and start and when all your settings in your computer
are set well, than you will see a page with "Hello World"
I hope this helps?
Cor