G
Guest
I have several forms that use a dataadapter to fill a datatable and display
the records in a datagrid. The first time in my app that any one of these
forms is displayed, it takes a long time to load even when there are only 2
records to display. Any subsequent time that one of these forms is displayed
the speed is fine.
Is there some sort of initialisation thing happening here? Anything that I
can do to increase the speed? Is it the dataadapter, the datatable or the
grid that is causing this?
Thanks in advance for any advice.
Kind Regards,
Matthew Pascoe
the records in a datagrid. The first time in my app that any one of these
forms is displayed, it takes a long time to load even when there are only 2
records to display. Any subsequent time that one of these forms is displayed
the speed is fine.
Is there some sort of initialisation thing happening here? Anything that I
can do to increase the speed? Is it the dataadapter, the datatable or the
grid that is causing this?
Thanks in advance for any advice.
Kind Regards,
Matthew Pascoe