Results 1 to 2 of 2

Thread: Moving page to bottom

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2005
    Posts
    625

    Moving page to bottom

    I have a table at the bottom of the page which the user has to scroll down to. This table gets posted back and changes when a user inputs different values. This works fine, but then the page refreshes and shows the top and the user has to scroll down again to see their results.

    Is there a way to have a page display at a certain point on a web page?

  2. #2
    Fanatic Member space_monkey's Avatar
    Join Date
    Apr 2005
    Location
    神と歩くこと
    Posts
    573

    Re: Moving page to bottom

    try putting this in the page load.
    VB Code:
    1. Page.MaintainScrollPositionOnPostBack = True
    Using VB6 or VB.net 2008 with .net 3.5
    "Life... death... either way I'll be confined to a small cubicle!" - Hermes Conrad

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