Hi All, I am reading data from XL and displaying on a web page and as the data is more i have to scroll the data upwards. But how do I see column names always? As the datascrolls up, by column names are also gone up but I need to keep them and scroll only other rows. Please help me. Thanks and Regards, Sagar
how about breaking the data into pages, each page fully visible in whatever resolution you're working to.
have an absolutely positioned (css) div with the column names always placed at a TOP and LEFT position. (will emulate the Excel headers)