cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Is there any character limitation for textbox?

Muthu_chithira
7-Bedrock

Is there any character limitation for textbox?

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

 

1 ACCEPTED SOLUTION

Accepted Solutions

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?

View solution in original post

2 REPLIES 2

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?

Top Tags