Posted on: 12/22/2014 11:12:56 PM | Views : 541

I have dynamic text boxes on my form, along with a submit button and a field called Price.
Each time a text box is updated, I have a texchanged event that fires and updates the price field by incrementing it by $10. 
All is fine when I leave one text box and enter another one.  The price field does get updated.  But I enter something in the last textbox and go straight to the submit, the following page doesn't see the last updated price field.  I can follow the code and I do see the textchanged event that runs to recalculate the price and it even sets the field on the form equal to the new value, but I guess since the field doesn't have time to get the updated value before the send to the called page, the called page cannot see it.   By the way, the button has a postbackurl set to it. 
Can anyone help?
 

Go to the complete details ...