English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I used control in my page but I can not make it multiline even when I increase it's height or pressing enter key to jump toa new line.

Please I HAVE to use this control exactly how can I make it multiline enabled ?

2006-09-05 02:46:52 · 4 answers · asked by Ali 1 in Computers & Internet Programming & Design

Yes I can do it using

an error occured says bind must be set inside the control ......

and Zhao_Kevin ...textarea DOES not support value property and I can not use combination textarea and input ...just think of it ,one has value property and the other not ,the other one has multiline option and the other not ....

WHAT IS THE SOLUTION????
IS MY CONCLUSION CORRECT????
OooHH MYYY GOOODDD....

2006-09-05 07:07:57 · update #4

4 answers

You want to use the

2006-09-05 02:54:19 · answer #1 · answered by Yoi_55 7 · 2 0

As the person stated above, with Textarea instead of a value property input the default text between the tags

2006-09-05 11:37:07 · answer #2 · answered by Anonymous · 0 0

are only a one line input. The only way to get multiple lines is by using a text area. The value of a text area is the CDATA between the open an closing tags -



if you are using javascript to get the value of the textarea it would be something like:

document.getElementById( "myTextarea" ).value="The default value here";

to do your asp code just include what you would put in 'value=" <%eval("mycomment")%>"/> " ' inside the tags like:

2006-09-05 11:46:51 · answer #3 · answered by John J 6 · 1 0

As I know the input does not support multiple lines (you can increase its height, but user still can not use the Enter key to start a new line); but the
value="ccc"
type=button>

BTW,




BlueSagi

2006-09-05 11:53:29 · answer #4 · answered by Zhao_Kevin 1 · 1 0

fedest.com, questions and answers