protected void txttaikhoan_TextChanged(object sender, EventArgs e) { txtcauhoi.Enabled = false; string taikhoan = txttaikhoan.Text; string cauhoi = dll.getCauHoiBM(taikhoan); txtcauhoi.Text = cauhoi.ToString(); }