1.I want do something when user Click on Yes.
if(Yes)
{
messageBox.Show("Yes Clicked.");
}
else if(No)
{
messageBox.Show("NoClicked.");
}else{
messageBox.Show("CancelClicked.");
}
2. Help me for above
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dharmendra Kumar PanditPosted Jun 8, 2018, 7:23 AM