Example #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     Server.Service1 myserver = new Server.Service1();
     myserver.DeleteEmp(txtName.Text, txtID.Text);
     MessageBox.Show("Employee Removed Successfully");
 }