I have a button that needs to have a caption with 3 words in it. Is there a way to make it multi-line like this:
____________________
| Edit |
| Selected Solution |
|____________________|
In VB6, this happened automatically if the text was too long to fit horizontally within the button. But in ASP.Net, I haven't found a way to keep it from just cutting off the text if it is too long to fit horizontally.
Any ideas?
Thanks
____________________
| Edit |
| Selected Solution |
|____________________|
In VB6, this happened automatically if the text was too long to fit horizontally within the button. But in ASP.Net, I haven't found a way to keep it from just cutting off the text if it is too long to fit horizontally.
Any ideas?
Thanks