I am pulling in data from a trading system TT for bid and ask on a number of futures, these are constantly updating and this is what I will be changing in the database and therefore need the textbox to reflect this change. Could hardcode if a bid/ask changes, go through each of the textboxes and update the relevent ones or just update them all, but would cause lag and am sure there must be a more efficient way and this is time sensitive and the bid/ask would be constantly updating on all of them, trying to avoid this method ...
On 12/16/08, Cerebrus <[email protected]> wrote: > > > Datapoints ?? > > On Dec 16, 5:36 pm, mmiller039 <[email protected]> wrote: > > I have a number of textboxes that has the text set to a number of > > datapoints in an array, I am trying to find a way to update the > > textboxes when the data in the array changes. It would be too > > complicated to update each textbox as it is linked to multiple data > > points and there will be 100+ textboxes and only about 12 datapoints. > > If anyone has any ideas I would be greatly appreciative.
