prova a mettere i dati della pag asp in delle variabili invece che in dei textfield

cioè prova

if (success) {
for(var prop in this){
this.path[prop + "_txt"].text = true;
this.path[prop + "_txt"].text = this[prop];
this.path[prop + "_txt"] = this[prop];
}


prova un pò