Read data from Excela n display on browser

Discussion in 'C#' started by sagarrs, Aug 25, 2006.

  1. #1
    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
     
    sagarrs, Aug 25, 2006 IP
  2. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #2
    have something like frames, or JavaScript working there
     
    ludwig, Aug 25, 2006 IP
  3. Free Born John

    Free Born John Guest

    Messages:
    111
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    how about breaking the data into pages, each page fully visible in whatever resolution you're working to.
     
    Free Born John, Aug 25, 2006 IP
  4. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #4
    have an absolutely positioned (css) div with the column names always placed at a TOP and LEFT position. (will emulate the Excel headers)
     
    ccoonen, Aug 25, 2006 IP