Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Freezing <Td> and <TR>

Reply
Thread Tools

Freezing <Td> and <TR>

 
 
jack
Guest
Posts: n/a
 
      01-18-2007
Hi all im Creating a report in HTML with the help of dotnet.. im
creating a which shows a data of 12 months .. the forst row of the
column contains month names.. and the following data..

The table which contains a data is under div which has a scroll bar..
What in trying to do is freeze the first row of the table which is been
generated.. when scrolled vertically
And the first column of the table when scrolled horizonatlly...

I have tried some of the methods but unable to do so .. I would be glad
if someone help me out in this

Thanks for replying me.

 
Reply With Quote
 
 
 
 
Kevin Goff
Guest
Posts: n/a
 
      01-18-2007
Have you thought about using frames to accomplish this?
"jack" <> wrote in message
news: oups.com...
> Hi all im Creating a report in HTML with the help of dotnet.. im
> creating a which shows a data of 12 months .. the forst row of the
> column contains month names.. and the following data..
>
> The table which contains a data is under div which has a scroll bar..
> What in trying to do is freeze the first row of the table which is been
> generated.. when scrolled vertically
> And the first column of the table when scrolled horizonatlly...
>
> I have tried some of the methods but unable to do so .. I would be glad
> if someone help me out in this
>
> Thanks for replying me.
>



 
Reply With Quote
 
 
 
 
jack
Guest
Posts: n/a
 
      01-23-2007
Actually in generating this TD and TR from the code. I have tried
using frames. but frames was making things complicated next to
impossible. Now the problem is im able to freeze the TD and TR but the
page scrolls damn slow.. i have used css for the purpose..which
calculated and freezes the rows,


Im searching for the alternate method through which i can freeze these
TD and TR.

But please if any one of you out there had come againse such a kind of
scenarios the please to let me know the solution..

Thanks for replying me

 
Reply With Quote
 
jack
Guest
Posts: n/a
 
      01-23-2007
The method which i have used is thsi


Which is mentioned in one of the class in the style sheet (css) and
this is given to the first row and the first column which would be
freezed when scrolled horizontally or vertically.

position: relative;
top: expression(this.offsetParent.scrollTop - 2);

but while doing this the page scrolls very slowly and takes lot of time
to respond the scroll..

how can i increase the speed of scroll.

please help ..

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
OE is freezing and not responding tina SPEILBERG Computer Support 1 08-24-2004 11:02 PM
Freezing Up and CD ROM drive not working or showing up as hardware Sharon Russell Computer Support 3 08-16-2004 08:20 PM
Screen Freezing with Black and Orange Bars. Frank Aston. Computer Support 4 10-01-2003 03:02 PM
Re: Scan disk and defrag freezing up. Graham Webster Computer Support 2 08-26-2003 04:19 PM
Scan disk and defrag freezing up... Graham Webster Computer Support 8 08-24-2003 11:27 PM



Advertisments