Does anyone know how I would show code in a textbox in c#? I am importing the code from a spreadsheet into sql server. Then I need to pull the code out of sql server and store it in a textbox but the spacing is off when I display it and it is hard to read.
Is there any controls or functions that help with this?
Any help is much appreciated.
Edit* This is for a windows form application.
TextBox?