Hi,
It seems that I cannot figure something out, but what. Can you please give me some hints:
I have one page created with Visual Studio that has only one gridview. This works just how I want it to work. Freezes title row and first columns on the left as defined. Here is html for that:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="GridViewTest.aspx.vb" Inherits="GridViewTest" %>
<!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 runat="server">
<title>
GridViewScroll with jQuery
</title>
<script type="text/javascript" src="jquery-1.11.1.js"></script>
<script type="text/javascript" src="jquery-ui.min.js"></sc ...
Go to the complete details ...