Textbox with multiline

  • Thread starter Omar Squiabro\(ETSD Corp.\)
  • Start date
O

Omar Squiabro\(ETSD Corp.\)

Hi i have a textbox with multiline is possible to aling with justify?? if
true how..
thanks...

--
Omar Squiabro
Enterprise Technologies & Software Design
Project Manager
www.etsdpr.com
Tel. 1-787-644-5981
 
E

Eidolon

The following should work for you:


Private Sub Page_PreRender(ByVal sender As Object, ByVal e As
System.EventArgs) Handles MyBase.PreRender
MyTextBox.Style.Add("text-align","justify")
End Sub

- Cheerz!
 
O

Omar Squiabro\(ETSD Corp.\)

thanks for response but don't work....

--
Omar Squiabro
Enterprise Technologies & Software Design
Project Manager
www.etsdpr.com
Tel. 1-787-644-5981
 
E

Eidolon

Hmm, yes, youre right. Checking the html code genned by ASPnet, the TextBox,
when set to multiline renders as a TEXTAREA instead of as an INPUT
TYPE=TEXT. I tried manually adding the text-align and text-justify
attributes to an html textarea, and apparently, they do not affect a
textarea element.
Considering that, i do not know how to get it to work.
Sorry.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,266
Messages
2,571,087
Members
48,773
Latest member
Kaybee

Latest Threads

Top