Hi I have a textbox callled description ,
its corresponding database column is description whoxe max is 1000
On an insert, The database is throwing truncation error
I have a javascript that doesnt allow the user to enter more than 1000 chars in textbox
Even though this error happens?
What shoudl I do