Order of rendering document

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • eric.goforth@gmail.com

    Order of rendering document

    Hello,

    I'm working on a VB.NET application. I need to create a table
    programatically . I thought that the easiest way would be to use the
    response.write. It works okay, but all of the stuff gets put before
    any of the other html. I've tried playing around putting my
    response.write code in different event handler with the same results.
    Is there a way that I can get this in the rest of my html?

    Thanks,
    Eric

Working...