Which property of textbox cannot be changed at runtime. What is the max size of textbox?

Showing Answers 1 - 22 of 22 Answers

vivek

  • Mar 28th, 2005
 

max size of textbox is 32000 byte

Lokesh M.

  • May 4th, 2005
 

Name Property of textbox cannot be changed at runtime.

  Was this answer useful?  Yes

Shishir

  • Aug 10th, 2005
 

Name, Alignment & TabIndex Properties cannot be changed at runtime. 
 
Max size of textbox is 32K

  Was this answer useful?  Yes

Kirankumar

  • Aug 26th, 2005
 

Name property can not change at run time. Max size of textbox is 32000 bytes

  Was this answer useful?  Yes

Daphne George

  • Sep 19th, 2005
 

the max size of textbox is 32,000 charaters

  Was this answer useful?  Yes

Nishant

  • Dec 14th, 2005
 

(1) Name

(2) Scrollbar

(3) MultiLine

can't Change @ runtime

Sourav Banerjee

  • May 22nd, 2006
 

Name Property Can not Be Changed In Run Time.

Max Length of Text Box Is 65535

RajaViswanath

  • Aug 21st, 2006
 

Name property cannot be changed during Run time.

Max size for the text box is 65535.

  Was this answer useful?  Yes

bpatel444

  • Jul 23rd, 2009
 

There are many property which cannot be changed at runtime i.e locked, passwordchar, multiline etc. If maxlength property of textbox is set to 0 it indicates user can enter a value of any length.

  Was this answer useful?  Yes

neha

  • Oct 11th, 2018
 

multiline

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions