Fixing row and column style in asp.net

Is there a way to fix the column or row so when the user scrolls down or to the right the first one is always displayed?

I will need to replicate this excel function to asp.net and I am using ListView control.

How possible is this in html? I am open to any suggestion to accomplish this.

0


a source to share


1 answer


This article explains how to do it using only Gridview and CSS, but it doesn't seem to be compatible with Firefox.

This article explains how to do this using a GridView, a control adapter, and CSS.



This article explains how to do this by extending the GridView control. In my opinion, this is the best, simplest approach.

Telerik also has a GridView in its management toolbox that is capable of this. They have a demo here .

+1


a source







All Articles