i am using labels for storing subtotals in datalist control which are successfully calculated and showed in labels using javascript's innerHTML property. But When i press button(server control) for calculating Grand Total then the values of those labels are not retrived and it started showing previous values of label control.
Can anyone tell me what i can do to retrive label value, i think i am using innerhtml property to change label's value so may be it is not saving its value.
Thanks....
Can anyone tell me what i can do to retrive label value, i think i am using innerhtml property to change label's value so may be it is not saving its value.
Thanks....
Comment