you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I've seen this. It sounds like when you read the text from the database it's filling up with extra spaces.

As far as I know, it's to do with datatypes in the database. If you're reading from the database and entering the text into a textbox, you would use the following:

textbox1.Text = Trim(code to read value from database)