Wednesday 27 January 2010

ASP.Net


I had a strange problem with a asp.net form created by another developer. It had some totals labels that were updated on the fly depending on the values of text boxes on the form.

However, one of the total labels did not update.

The solution was to add this line in the source of the page as shown in the image below.