sqlstr = "INSERT INTO AgePerson(Pname,Pbirth,Pfrom)VALUES('" + this.txtName.Text + "','" + this.txtBirth.Text + "','" + this.txtFrom.Text + "')"; 把This 去掉 改成 txtName.Text.ToString();其他也一样
document.getElementById("txtFrom").value=TheReturnValue;