That is quite a lot of updating by the way. You can't manipulate settings on
the bind process to make it more efficient either. What kind of data are you
showing? Simple strings or complex objects?

Signature
Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------
Hi Alvin,
my memory datatable is composed only of string (varchar, 2 columns) and
double (3 columns).
The updates are only for double type. No complex data/object are involved.
For me, I can spoke of performance problem of Excel ListObject databind
because, on the same machine and in the same condition, I can running my
engine , without performance problem, with the same datatable binded to
Devexpress Xtragrid component, and with same update frequency.
I have already try to recompile my engine with VSTO 2005 (before I tried to
use my DLL compiled with framework 1.1 and ADO.Net 1.1), but the result
didn't change.
My "engine" produce a memory datatable and this is updated from my Message
oriented middleware from market data change event: in this application
context, update with frequency of 300-500 ms are normal, and the problem
grow in relation of number of rows of datatable.
Another information that can be useful: I have observed that at the startup
of my Excel template, some button on sheet1, that I set Visible=false, are
visualized by excel, and only after 5-6 seconds they desappeared from sheet:
are this behaviour normal, or maybe I have some problem on my PC on VSTO
installation that involved also Databinding performance?
If you have some suggestion...
thanks Gianni
> That is quite a lot of updating by the way. You can't manipulate settings on
> the bind process to make it more efficient either. What kind of data are you
[quoted text clipped - 39 lines]
> >
> > Gianni
Alvin Bruney - ASP.NET MVP - 13 Jan 2006 17:42 GMT
I'd suggest submitting this to MS to have them look at it.

Signature
Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------
> Hi Alvin,
> my memory datatable is composed only of string (varchar, 2 columns) and
[quoted text clipped - 71 lines]
> > >
> > > Gianni