Ask a Question related to ASP.NET General, Design and Development.
-
Saravana #1
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!
>
> <div style="{height:88%;width:500;overflow:auto;}">
> <asp:Table id="myTable" runat="server"
> </asp:Table>
> </div>
Saravana Guest
-
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... -
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... -
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... -
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... -
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... -
szabelin #2
Re: Scroll Row in Table into View?
Hi Saravana,
Exactly what I needed - and works really well for me.
Thanks so much.
Sergey
is>-----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 theredesired>> a scrollbar. Is there a way to set first visible row in
>> the table (i.e. scroll down programmatically to a>>> row)?
>>
>> Thanks!
>>
>> <div style="{height:88%;width:500;overflow:auto;}">
>> <asp:Table id="myTable" runat="server"
>> </asp:Table>
>> </div>
>
>.
>szabelin Guest



Reply With Quote

