Move to bookmark after postback

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Move to bookmark after postback

    Is there anyway to return to a specific location on a web page after a
    postback? If I place a list box at the bottom of a web page that a user has
    to scroll to, how can I allow them to add items to the list box without
    getting thrown back to the top of the page on post-back?


    Dan M Guest

  2. Similar Questions and Discussions

    1. Merging a PDF with bookmark as a child of a bookmark node
      I have already developed a plugin that merges several PDF's and generates bookmarks But there is one issue If a PDF already has bookmarks, I dont...
    2. bookmark
      I have a form that does a few things, such as collect data and than using cdonts emails this data to a place to be parsed. I need to add a...
    3. Is this a bookmark bug in 6 Pro?
      If I set an action to go to a page in another document, then select the document in the dialog box, then select either the page # or the named...
    4. Help Please -Bookmark help - File Name= Bookmark
      Is there a way in Acrobat to import multiple .pdf files and have each files file name show up as a bookmark?
    5. Why can't I set a Bookmark
      I had the same problem using Acrobat 4.0, tried printing existing pdf file with Acrobat Distiller and it created new document without security...
  3. #2

    Default Re: Move to bookmark after postback

    There is a feature to help it automatically scroll back to the position it
    was at before the refresh.
    It works for IE only. It's called SmartNavigation.
    Here's more information:
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebuipageclasssmartnavigationtopic.asp[/url]

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconpage.asp[/url]

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]


    "Dan M" <dan.morrisssey@fhmd.org> wrote in message
    news:eh%23ypNMQDHA.560@TK2MSFTNGP10.phx.gbl...
    > Is there anyway to return to a specific location on a web page after a
    > postback? If I place a list box at the bottom of a web page that a user
    has
    > to scroll to, how can I allow them to add items to the list box without
    > getting thrown back to the top of the page on post-back?
    >
    >

    Steve C. Orr, MCSD Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139