Reply to thread

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...


Back
Top