patrickstrijdonck
Programmer
Hello all,
Bit of a difficulty here,I have a slow network. when my application opens it runs very fast on my Development machine,but thats because the database is local.
when on the clients and the database is on de server the program starts very slow, that is because when it starts, its filling 3 datagridviews on 1 form with data and its much data.
what im trying to do, is seperate the gathering from the program, So that the program starts quick and the screen starts quick, but the data is being processed on the background and when that is finished, it must show the data in the datagridview.
This is just part of the problem, but its a huge start to improve the speed of my app.
I dont know if i explaned well what im meaning with this, i hope its clear enough, Other options are also welcome offcourse.
(please keep in mind im just started with C# for about 3 months ago, so im not so good in it)
Thanks in advance
Bit of a difficulty here,I have a slow network. when my application opens it runs very fast on my Development machine,but thats because the database is local.
when on the clients and the database is on de server the program starts very slow, that is because when it starts, its filling 3 datagridviews on 1 form with data and its much data.
what im trying to do, is seperate the gathering from the program, So that the program starts quick and the screen starts quick, but the data is being processed on the background and when that is finished, it must show the data in the datagridview.
This is just part of the problem, but its a huge start to improve the speed of my app.
I dont know if i explaned well what im meaning with this, i hope its clear enough, Other options are also welcome offcourse.
(please keep in mind im just started with C# for about 3 months ago, so im not so good in it)
Thanks in advance