Adding values
Hey everybody,
I have 5 asp.net labels, each has a value(1.00, 4.00, etc) I was wondering how one would add those values together and display it in a textbox?
Note: the values in the labels come from a database and ARE NOT static values.
TIA
D
|