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 mean asp:Label then it resolves to a span element in HTML output. It is neither single-line or multiline.
asp:Label
span
Define some fixed width for this element and the text will wrap into several lines when it's long enough.