Multiline label in asp.net

后端 未结 5 1952
感动是毒
感动是毒 2021-01-17 14:09

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

5条回答
  •  心在旅途
    2021-01-17 14:25

    You can solve it with "maximunsize" and "autosize" label properties and your problem is solved:

    
    

提交回复
热议问题