Posted on: 7/24/2014 2:09:49 PM | Views : 448

Hi,
I have a requirement to freeze the column headers so that when the user scrolls horizontally, the header labels remain fixed. I have tried many suggestions mentioned on different webpages but cannot implement due to one reason or another.
Could someone please have a look at the attached html code and code behind files and suggest something ?
Thanks.
<%@ Page Language="C#" AutoEventWireup="True" Inherits="GISA.Default" CodeBehind="Default.aspx.cs" MaintainScrollPositionOnPostback="true" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <link href="gisa.css" rel="stylesheet" type="text/css" /> <title& ...

Go to the complete details ...