C
Carlos
Hi all,
I need to append html dynamically to a page that already exists
during the page load event. Is it there any way to do that?
I tried to buid the string with stringbuilder, and then did a response.write
using that string. The html was generated, but it was written on the top
of the page instead of at the bottom. How can I just be able to integrate it
into what already exists?
Thanks,
Carlos.
I need to append html dynamically to a page that already exists
during the page load event. Is it there any way to do that?
I tried to buid the string with stringbuilder, and then did a response.write
using that string. The html was generated, but it was written on the top
of the page instead of at the bottom. How can I just be able to integrate it
into what already exists?
Thanks,
Carlos.