Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Textbox accepting 50 characters only
Textarea also accepting 50 characters only.
1)While i insert beyond 50 charcters, The record is not inserting in db itself. If so having any limit?
2)Then What is the difference between textbox and textarea?
Thanks in advance
Solved! Go to Solution.
There shouldn't be such a low limit.
When you say 'inserting into the db' what db are you inserting in?
is it your own db? is there a limitation in your db design?
A text area is a rich text box that supports text wrapping. It can be used for textual data entry or to display text data in edit or read-only modes. A Text Box widget is a one-line text box. It can be used for text data entry or to display text data in edit mode.
There shouldn't be such a low limit.
When you say 'inserting into the db' what db are you inserting in?
is it your own db? is there a limitation in your db design?