1. Add a FormulaExtender control into page. |
2. Add one or more entry into FormulaExtender control, each entry is used for a control with specific formula. |
3. When page is loaded, the value of formula will be filled into text of control. |
4. If value in formula range is changed, value of target control will be recalculated automatically. |
Example of an entry: |
- ControlID="lblTotalQuantity" |
- Formula="SUM([FpSpread1]Sheet1!B:B)" |