.NET
Microsoft Technologies based on the .NET software framework.
4,053 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to delete a table in a database if it exists, with a textbox (yes or no) to create a new one programmatically. If the table exists "delete it" with the condition (yes), if this table does no exists with option no create a new one. For now I have the message trough Console but, i want to pop up the message into a textbox (yes or no). I need an example code please. If the table does not exists create a new one. Thank you in advance.