votes
Why can I only show 50 characters in my C# application?
I have a multiline textbox that I am using to display the results of a couple thousand items I am placing into a SQL database during its runtime; Using a background worker to add all data in. The return value is often greater than 50 cha ...
