I want to use a multiline label but as the control is browser dependent, even on setting the height, width and wrap properties of the label control I am unable to display mu
If you want to break last word if it exceeds width then style="word-wrap:break-word; "
You can use max-width:...px; on style tag for being sure word wrapping if you change width programmaticaly.