I saw and example of adding a calculated field & re-display of the page in ASP. But, I can not duplicate it in ASP.net . Any ideas?
An example would be to have TotalPrice = Order.QTY * Order.UnitPrice and place the TotalPrice in a text box.
So, if possible, I like to have the events fireup and refresh the page, if there is a TotalPrice calculated.
The title of the article was "adding the field which immediately calculate imposed tax ..."