M
Martin Trabold
Hi NG,
I've got an ASP.NET page that has several header elements like
ASP:SiteMapPath, ASP:Label, etc.
Below these header elements I placed an ASP.NET gridview element that can
have many rows.
I want the header elements to be fixed in the page if the gridview rows,
because of too many rows, need to be scrolled. I tried to solve it with CSS
(overflow:scroll, overflow:hidden, height:x%) and DIV-elements. This
solution works fine for normal HTML-pages but not in ASP.NET.
If anybody has a solution for that problem I would be very pleased.
Thank you
Martin
I've got an ASP.NET page that has several header elements like
ASP:SiteMapPath, ASP:Label, etc.
Below these header elements I placed an ASP.NET gridview element that can
have many rows.
I want the header elements to be fixed in the page if the gridview rows,
because of too many rows, need to be scrolled. I tried to solve it with CSS
(overflow:scroll, overflow:hidden, height:x%) and DIV-elements. This
solution works fine for normal HTML-pages but not in ASP.NET.
If anybody has a solution for that problem I would be very pleased.
Thank you
Martin