the reason the value is retained as the old value is because the value property of that text field is hardcoded to be "Musterman". if instead of having a hardcoded value you use a model, then the framework will keep whatever value is set in the model. please check out MVC and also the properties of the text field to make sure is editable and then map the value of the control to a property of your model
hope this helps