below is condition on Pressing Yes below tranferbale() method get execute, on Press NO it display message (Bale Is not in this order)
if((int.Parse(lborder.Text) != (int.Parse(lborderno.Text))))
{
tranferbale();
}
else
{
lbmsg.Text = "Bale is Not in this order";
}