Author: pradeepBaloni | Posted on: 12/23/2009 6:40:08 AM | Views : 787

How do I have a label fixed to a certain size without growing depending on its content. I have a field that could be upto 3000 characters long. However I only want to display 3-4 lines of text. At the moment, the label seems to be growing depending on the contents of the text. How do I make sure that the label size is fixed and clips anything that it is longer than the label control? Code :
' runat="server">
...

Go to the complete details ...