Results 1 to 2 of 2

Thread: [2005] How can i output into the end of Web Page using Response.Write

  1. #1

    Thread Starter
    Frenzied Member maged's Avatar
    Join Date
    Nov 2002
    Location
    Egypt
    Posts
    1,040

    [2005] How can i output into the end of Web Page using Response.Write

    Dear all,
    i hope everybody is okay, i am using response.write to output some dynamic values to a web page on the loading event. ( i am using visual basic 2005 web projects if anybody interested) .

    i use

    [vbcode]
    response.write("Hello People")
    [/vbcode]

    now this works fine, but if the web page contains any controls, the output string hello people appears on the top of the page. i need to display the output text after the control at the end of the page

    how can i do so ???


    Thx all in advance

  2. #2
    Fanatic Member
    Join Date
    Dec 2003
    Posts
    509

    Re: [2005] How can i output into the end of Web Page using Response.Write

    Why not just place a label on the page after the control and then set the text to what you want.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width