I am creating an application using c# and database in webserver.while accessing data from the webserver ,it is very slow and the form is also gets hanged up until the datas are loaded.Is there a way to load the form first and the datas later ?
I am creating an application using c# and database in webserver.while accessing data from
Share
The common way to solve this is to use the
BackgroundWorkerclass.