remember where you are on a page with many DataGrid

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

  1. #1

    Default Re: remember where you are on a page with many DataGrid

    You might try enabling SmartNavigation in your Page. Of course, this only
    works with IE 5.5 and up.

    --
    HTH,

    Kevin Spencer
    ..Net Developer
    Microsoft MVP
    [url]http://www.takempis.com[/url]
    Big things are made up
    of lots of little things

    "Steven" <stevenzilberman@alum.rpi.edu> wrote in message
    news:0b1a01c346e1$d0ff3d00$a501280a@phx.gbl...
    > I have many tables on a webpage. I have a small
    > problem. For instance, if a person wants to edit a table
    > which is all the way on the bottom of the page, when the
    > user clicks on edit, the table/row goes into edit mode,
    > but then the user has to scroll all of the way down
    > because the page loaded to the top when the user pressed
    > edit. Is there a way like anchors to maintain page
    > position when user clicks edit or delete.... Thank you.

    Kevin Spencer Guest

  2. Similar Questions and Discussions

    1. problema ultima pagina datagrid asp.net/problem last page datagrid
      ciao, ho un problema. ho un datagrid in una pagina asp.net con le impostazioni di PAGING abilitate. Uso l'impostazione NUMERIC PAGE. Il problema è...
    2. remember this site?
      I am trying to find a site that I had seen maybe over a year ago. The site featured a character that you could punch in the shoulder, leg, and even...
    3. SharedObject/Remember?
      I am using the following code for a login and password with a checkbox for remembering the login and password is a customer wants it remembered. My...
    4. remember position
      hello, i think anyone can help me. i think its not difficult How can i make that a sprite remember its position and in a determinate moment be...
    5. Will not remember Password
      Some sites require passwords for connection. Most sites give users the option of remembering user names and passwords. On SOME sites this works...
  3. #2

    Default Re: remember where you are on a page with many DataGrid

    except that smart nav SUCKS :-)
    it's loaded with it's own problems...

    try it, but you could register some javascript that redirects the page on
    load to the correct location.

    "Kevin Spencer" <kevinDIESPAMMERSDIE@takempis.com> wrote in message
    news:eVx7AavRDHA.212@TK2MSFTNGP10.phx.gbl...
    > You might try enabling SmartNavigation in your Page. Of course, this only
    > works with IE 5.5 and up.
    >
    > --
    > HTH,
    >
    > Kevin Spencer
    > .Net Developer
    > Microsoft MVP
    > [url]http://www.takempis.com[/url]
    > Big things are made up
    > of lots of little things
    >
    > "Steven" <stevenzilberman@alum.rpi.edu> wrote in message
    > news:0b1a01c346e1$d0ff3d00$a501280a@phx.gbl...
    > > I have many tables on a webpage. I have a small
    > > problem. For instance, if a person wants to edit a table
    > > which is all the way on the bottom of the page, when the
    > > user clicks on edit, the table/row goes into edit mode,
    > > but then the user has to scroll all of the way down
    > > because the page loaded to the top when the user pressed
    > > edit. Is there a way like anchors to maintain page
    > > position when user clicks edit or delete.... Thank you.
    >
    >

    David Waz... 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