Hi all,I've a WinForms App. It contains around 8 tabs. Each tab will display data from database. Some tabs will compute the data and display as charts/pivot tables. The problem here each tab have to display/compute thousands of records. The application never freeze since I created threads to manage this. However the overall performance of the app is very slow. I'm afraid performance will even go down if more tabs are added in the future. Please suggest your opinion to improve performance...