Sorry for bothering you again, but here's the senario:
i modified the DataAdapter of the StockListDemo so i can use it. But instead of having random (static) data, i read data from a data feed.

So while data are being added to the stockGenerators variable (for example, with only itemXXXXXX ), i open the web page, and that item will be shown in the browser.
i close the web page, or browser.

Now, the item itemYYYYYY will be added, i open the web page, and that item will not be shown in the browser. only the first item will be.

I also noticed something else. if i close the web page for a moment (i think 1 minute or 2), all the data will be shown. So i think that the problem is related with sessions.

i hope that you'll help me