Tagged Questions
-1
votes
1answer
114 views
Should we trim value in textbox before saving into database [closed]
Suppose that there are textbox First name and Last Name.
Should we trim it before entering it into database
For example
First name "John " -> trim to "John"
Last name "Lennon " -> trim ...