示例#1
0
 protected void Button1_Click(object sender, EventArgs e)
 {
     ServiceReference1.BancoClient sr = new ServiceReference1.BancoClient();
     txtNombre.Text = sr.BuscarEmpleado(int.Parse(txtIdEmpleado.Text));
 }