-4

can anyone suggest me a code for asking to click on yes or no to further persue or not in c#. I'm making a data base program and I want that a message box should sjow me the values to check and ask to click yes to continue or no to go back and modify

1 Answers1

0

Probably you need to use MessageBox.Show. https://msdn.microsoft.com/en-us/library/system.windows.forms.messagebox.show(v=vs.110).aspx

Andrey Belykh
  • 2,578
  • 4
  • 32
  • 46