本文介绍了将datagridview的数据源设置为数据表时,窗口不响应的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好
我的应用程序处理大量记录.我使用datatable从sql服务器中获取数据.将Datagridview的datasource属性设置为如下所示的数据表
Hello Everyone
My application works with a large number of records.I used datatable to fetch data from the sql server. When setting the datasource property of the Datagridview as the datatable like below
DataGridView1.DataSource=myDataTable
在datagridview充满记录之前,Window才响应.我正在与至少5000行一起工作.有没有办法解决这个问题而没有屏幕挂起的问题.
谢谢大家
The Window is not responding till the datagridview filled with the records. I''m working with alteast of 5000 rows. Is there any way to do that without the screen hanging problem.
Thank You All
推荐答案
这篇关于将datagridview的数据源设置为数据表时,窗口不响应的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!