Scroll Row in Table into View?

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

  1. #1

    Default Re: Scroll Row in Table into View?

    Check out this articles, this might help you.
    [url]http://aspalliance.com/aldotnet/examples/dgautoscroll.aspx[/url]
    [url]http://www.dotnetjunkies.com/howto/default.aspx?id=38[/url]

    --
    Saravana
    Microsoft India Community Star,
    MCAD,SE,SD,DBA.


    "szabelin" <szabelin@szabelin> wrote in message
    news:010401c35483$261364c0$a601280a@phx.gbl...
    >
    > myTable in the code below has about 500 rows, and there is
    > a scrollbar. Is there a way to set first visible row in
    > the table (i.e. scroll down programmatically to a desired
    > row)?
    >
    > Thanks!
    >
    > &lt;div style="{height:88%;width:500;overflow:auto;}"&gt;
    > &lt;asp:Table id="myTable" runat="server"
    > &lt;/asp:Table&gt;
    > &lt;/div&gt;

    Saravana Guest

  2. Similar Questions and Discussions

    1. Horizontal Scroll appears after 2nd Table inserted
      Hello there, I'm new to Dreamweaver, yet alone programming HTML, so please bare with me... I'm designing a website for a 1024 x 768...
    2. CSS Table and Scroll Problems
      Hello First thanks for your help. What I would like to do is as follow 1. I would like to create a 5 px all around padding inside certain...
    3. Scroll inside a table
      Okay this might be a simple question but I'm just simple web designer or what not. So I have a site layout made with a table. Say I have a cell...
    4. Scroll of the table seperatly without the head
      Hello, A part of the page is a tabel. When I scorl the page you wil mis all the heads of the table. I hope it is possible to scroll only the...
    5. Records in form scroll out of view
      This may be something simple, but I am having trouble when I enter records in a continuous rows form. The form only displays the top row as I...
  3. #2

    Default Re: Scroll Row in Table into View?


    Hi Saravana,
    Exactly what I needed - and works really well for me.
    Thanks so much.

    Sergey


    >-----Original Message-----
    >Check out this articles, this might help you.
    >[url]http://aspalliance.com/aldotnet/examples/dgautoscroll.aspx[/url]
    >[url]http://www.dotnetjunkies.com/howto/default.aspx?id=38[/url]
    >
    >--
    >Saravana
    >Microsoft India Community Star,
    >MCAD,SE,SD,DBA.
    >
    >
    >"szabelin" <szabelin@szabelin> wrote in message
    >news:010401c35483$261364c0$a601280a@phx.gbl...
    >>
    >> myTable in the code below has about 500 rows, and there
    is
    >> a scrollbar. Is there a way to set first visible row in
    >> the table (i.e. scroll down programmatically to a
    desired
    >> row)?
    >>
    >> Thanks!
    >>
    >> <div style="{height:88%;width:500;overflow:auto;}">
    >> <asp:Table id="myTable" runat="server"
    >> </asp:Table>
    >> </div>
    >
    >
    >.
    >
    szabelin 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