473,386 Members | 1,764 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Apply threading for filling gridview?

VMI
I'm filling up a gridview and the underlying datatable has about 30,000
records, so it takes some time before I can see the page again with the
records on the gridview.
Is there any type of threading (or anything else) that I can use so that I
can display some message (i.e. "Grid loading...") or any way so that I can
start viewing the records?

Thanks.
Oct 6 '06 #1
2 1887
couple options:

1) implement paging.
2) switch to ajax and use a vitual scrolling (ala google maps) - little
work, but fun
3) load the grid in an iframe (seperate page) - still take forever to load

-- bruce (sqlwork.com)

"VMI" <VM*@discussions.microsoft.comwrote in message
news:14**********************************@microsof t.com...
I'm filling up a gridview and the underlying datatable has about 30,000
records, so it takes some time before I can see the page again with the
records on the gridview.
Is there any type of threading (or anything else) that I can use so that I
can display some message (i.e. "Grid loading...") or any way so that I can
start viewing the records?

Thanks.

Oct 6 '06 #2
More importantly, is this application machine readable? I mean which user
has the capacity to interpret all that data? Seems to me you would benefit
by re-thinking your data display strategy.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"bruce barker (sqlwork.com)" <b_*************************@sqlwork.comwrote
in message news:%2****************@TK2MSFTNGP05.phx.gbl...
couple options:

1) implement paging.
2) switch to ajax and use a vitual scrolling (ala google maps) - little
work, but fun
3) load the grid in an iframe (seperate page) - still take forever to load

-- bruce (sqlwork.com)

"VMI" <VM*@discussions.microsoft.comwrote in message
news:14**********************************@microsof t.com...
>I'm filling up a gridview and the underlying datatable has about 30,000
records, so it takes some time before I can see the page again with the
records on the gridview.
Is there any type of threading (or anything else) that I can use so that
I
can display some message (i.e. "Grid loading...") or any way so that I
can
start viewing the records?

Thanks.


Oct 6 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: MattB | last post by:
Hello I am starting a new thread in a button click event. This thread calls an method which sends emails, I don't want the page to wait for the emails to finish going out as it slows the user...
4
by: pmcguire | last post by:
Rather than putting a progress bar on all of my forms to show progress during time consuming tasks, I made a form called frmProgress with 2 controls, a Label and a ProgressBar. Suppose I expose 1...
8
by: cj | last post by:
I need more information to read about threading in Visual Basic. Hopefully something linear w/o too many links to get lost in. I've been to...
2
by: VMI | last post by:
I'm filling up a gridview and the underlying datatable has about 30,000 records, so it takes some time before I can see the page again with the records on the gridview. Is there any type of...
4
by: Bruno Alexandre | last post by:
Hi guys, I have this page that needs to be populated with 2 diferent web services, and each one takes more or less 10 seconds to finish populate his own part, so I move on to the multi threading...
0
by: tarscher | last post by:
Hi all, I have tried to apply a css with a repeating background image to the header of a gridview but without succes. ..gridview { background-image: url(images/icon_delete.gif);...
4
by: pintu | last post by:
Hi.. As we are assigning gridview's datasource to sqldatasource/dataset/datatabl­e..similarly is the reverse of this mechanism possible ?i.e. means get the displayed data from datagrid and fill...
1
by: mwallis76 | last post by:
Upon clicking on a hyperlink generated in a ASP.NET GridView control, I am finding Firefox 1.5 to crash. However, when clicking on the same link, Internet Explorer 6.0 works just fine and is...
2
by: Zuhaib Hyder | last post by:
how to apply css on gridview header? while gridview EnableSorting is trure? only the coloms which are sorted are not affected with css?? how can i apply css on sorted colomns of gridview???
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.