I'm planning to use a tabcontrol instead of making different forms to separate the three datagridview. Will it affect the performance? What if each tab page, which is three, contains datagridview that queries 200 records each? Will the application handle all 600 records at once?

Recommended Answers

All 2 Replies

Depends on the size of the records. 1 MB @ 600 records is a little over 1600 bytes for each. Modern systems laugh at 1 MB usage.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.