D
dwhittenburg
This may not be available, but I thought I'd ask...
On load of the application I am loading several TreeViews, so that the user
won't have the burden of these loading once they use them...One of the
TreeViews is loading 2600 rows from the sqlce database...This is taking
around 14 seconds to load (probably expected)...The 2600 rows will not
change unless the user requests for this data to be updated and thus
anything referencing this data (objects etc) would have to be updated...
1...I could only load the header and load the rest of the data on demand,
but that would add time on the user's end once they got to that point...
2...Does the Compact Framework support Serializable Objects?
3...Is there another way?
Thanks for the help...
On load of the application I am loading several TreeViews, so that the user
won't have the burden of these loading once they use them...One of the
TreeViews is loading 2600 rows from the sqlce database...This is taking
around 14 seconds to load (probably expected)...The 2600 rows will not
change unless the user requests for this data to be updated and thus
anything referencing this data (objects etc) would have to be updated...
1...I could only load the header and load the rest of the data on demand,
but that would add time on the user's end once they got to that point...
2...Does the Compact Framework support Serializable Objects?
3...Is there another way?
Thanks for the help...