Re: Speed using a dataadapter and datagrid
- From: Matthew <Matthew@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 11 Oct 2006 17:45:02 -0700
Thanks Ilya. I'll take a look at the listview.
Regards,
Matthew
"Ilya Tumanov [MS]" wrote:
You can use ListView. Or you can use DataGrid with data source other than.
DataSet, e.g. ArrayList with custom objects. Keep in mind it's not going to
reduce startup time to zero.
--
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no rights.
*** Want to find answers instantly? Here's how... ***
1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
"Matthew" <Matthew@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A3EF47C7-61F7-4E28-BC07-111FD21D576D@xxxxxxxxxxxxxxxx
Hi Ilya,
Thanks for your reply. Is there another control that I can use instead of
the datagrid that can have mutilple columns with headings but can be
'manually' loaded from a datareader? I just want to load a small number of
records and let the user select one. If I can avoid a dataset, then I
would
really like to.
Thanks & Regards,
Matthew
"Ilya Tumanov [MS]" wrote:
On a first run big DataSet code needs to be JITed, which takes some time.
It's not that long, probably around 10 seconds, but you have to wait.
--
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no
rights.
*** Want to find answers instantly? Here's how... ***
1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
"Matthew" <Matthew@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F46FC38B-4ED6-4523-B8E2-8C5E67A0BFB6@xxxxxxxxxxxxxxxx
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
- References:
- Re: Speed using a dataadapter and datagrid
- From: Ilya Tumanov [MS]
- Re: Speed using a dataadapter and datagrid
- From: Ilya Tumanov [MS]
- Re: Speed using a dataadapter and datagrid
- Prev by Date: Re: Speed using a dataadapter and datagrid
- Next by Date: Re: Issues with multiple instances
- Previous by thread: Re: Speed using a dataadapter and datagrid
- Next by thread: Re: Speed using a dataadapter and datagrid
- Index(es):