Datagrid slow
-
Hi, I am running vs 2003 and uploading a user defined excel sheet into an asp.net web form (vb.net code). The sheet consists of 21 records with about 50 columns. The problem is that I have the datagrid on a DIV tag for scrolling. But when you scroll it is painfully slow. Can someone suggest how I can do this so it won't be slow. Thanks.
-
Hi, I am running vs 2003 and uploading a user defined excel sheet into an asp.net web form (vb.net code). The sheet consists of 21 records with about 50 columns. The problem is that I have the datagrid on a DIV tag for scrolling. But when you scroll it is painfully slow. Can someone suggest how I can do this so it won't be slow. Thanks.
-
-
Yes it is an asp.net app with vb backend. So there is no way to make this run faster on a machine something. It is an internal application that is running terribly slow on every machine that I have tried including mine.
liona wrote:
So there is no way to make this run faster on a machine something
No. There is nothing you can do in your code to speed the scrolling up. Once the browser has the page, that's it, your ASP.NET code is no longer running. You said it was 50 columns wide?? Try providing another method of narrowing that down. If there's one thing I hate about web pages, it's scrolling side-to-side to read information on it.
Dave Kreskowiak Microsoft MVP - Visual Basic