Results 1 to 3 of 3

Thread: [RESOLVED] [2005] While "postback" the page is scrolling?

  1. #1

    Thread Starter
    Addicted Member senthilkumartd's Avatar
    Join Date
    Feb 2005
    Posts
    206

    Resolved [RESOLVED] [2005] While "postback" the page is scrolling?

    I have developed a web site with lengthy page. while "postback" the bottom of the page is automatically scrolled to top of the page after postback. Anything to avoid this.

    Regards
    Senthil
    God has been pleased to place as a king or cobbler do the work sincerely

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

    Re: [2005] While "postback" the page is scrolling?

    Put this in your 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

  3. #3

    Thread Starter
    Addicted Member senthilkumartd's Avatar
    Join Date
    Feb 2005
    Posts
    206

    Re: [2005] While "postback" the page is scrolling?

    thanks
    God has been pleased to place as a king or cobbler do the work sincerely

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