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
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