HOWTO: Do Print-to-Screen Statments in a .vb file

  • Thread starter Thread starter Dan Sikorsky
  • Start date Start date
D

Dan Sikorsky

How can you print values in variables to the screen in a .vb file when the
page loads? The Response.Write won't work
 
Hi Dan,

This is very much guessing,

Do you mean something as me.label1.text = "I want this on the page"

As far as I know is the response.write is before the send of the page so you
loose that.

Or explain it something more?

Cor
 
Yes, I want to write the values in variables to the screen so I can debug my
code. This writing is done on the server-side when the page is constructed.
 
Back
Top