Hi
What is the problem is to subscribe for each item that we define in the html(i used the sdk_clientweb\doc\tutorial_resources to create a test webapp), a new thread starts in the Subscribe method defined in the "burst.cs". what i want is for the total number of items we define in the html page like "item1, item2, ...itemn(n is constant so i use merge mode only i am not using command mode right now)", only one thread should start in the subscribe method.

In the "/stocklistdemo/index.html" there is one object used "updateItem" but i can't find the definition of it.
and for the same item, i am having two fields (say buyprice, sellprice") the value of the two fields vary differently ie for a give particular instance, if both the values decreases, then i have to update the buy price field by green color and sell price field by red color. But now the background color changes for the total row corresponding to the updated items(either by green or red). can u give info regarding this.