how to Showing Progressbar with LINQ query in WPF

  • Thread starter Thread starter theafreeman4ever
  • Start date Start date
T

theafreeman4ever

Guest
Hi there...

i'd like to show Progressbar when i run my linq query because it's may take long time to load data
my query is like
list<t_sokok> t= my_linq.t_sokoks.Where(fk => fk.type_sak == Ins_Type.SelectedIndex).OrderByDescending(fk => fk.sr).ToList();

thanks

Continue reading...
 

Similar threads

Back
Top