C#: How load and populate data in UI at same time in winform apps

  • Thread starter Thread starter Mou_kolkata
  • Start date Start date
M

Mou_kolkata

Guest
most of the time we first load data and then show all data after loading complete all. but now my scenario is bit different.

suppose i have huge data in xml file which i need to load in separate thread. i want when i will read each data from xml file then UI will be populated at same time when loading each row or data from xml file. so there will be two task like one task read data one by one from xml file and another task will populate grid with that data at same point of time.

so loading data and populating UI with data will go at same time. i am using VS2010 means dotnet v4.0.

please guide me how to achieve it with code sample.

thanks

Continue reading...
 
Back
Top