Skip to main content
1-Visitor
March 19, 2019
Solved

Is there any character limitation for textbox?

  • March 19, 2019
  • 2 replies
  • 1352 views

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

 

Best answer by PaiChung

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?

2 replies

20-Turquoise
March 19, 2019

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.

PaiChung22-Sapphire IAnswer
22-Sapphire I
March 20, 2019

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?