Complex Form Loading

A

Ather Ali Shaikh

Hello All,

I have a form having many fields, and 10 Docking windows attached with it,
all windows contains almost datagrids. the form load time is too much all
you can understand why, data is populated from database and fill each and
every control and docking windows datagrid. I want a solution to optimize
the loading time or fasten the loading time.

Database: SQL Server 2000
Framework: 1.1
Visual Studio 2003


Regards,
Ather Ali Shaikh
 
R

Reg Edit

Stoitcho said:
I believe that you need to revise your UI. If you have all those controls
visible at the moment when the first starts they needs to be loaded.

Yes.

But if displaying the data on startup is the requirement, then you need
to look at the back end, as the challenge then is how to get the data
from the db into the controls more efficiently. So in that case take a
close look at the queries being used, consider whether the database
structure is correct, and consider adding some stored procedures to
augment/replace these queries.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top