How to wrap long text into multiple line?

 Posted by vishalneeraj-24503 on 12/16/2013 | Category: ASP.NET Interview questions | Views: 2280 | Points: 40
Answer:

word-wrap CSS property is used for breaking long texts into multiple lines.

For Example:-

.break_word

{
word-wrap:break-word;
}


Now,you have to apply above CSS property in TextBox control.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response