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
You can concatenate the string in asp:label with "" because it will result in html.
asp:label
""
For Example:
label1.Text = strSample1 & "" & strSample2
If you don't specific the width of label, it will auto expand the width to fit your string.