I'm looking for ideas on what I was hoping to implement.
I had a asp label that I would like to set a max cap for the amount of visible characters in it (not a character limit on the total characters being inserted into the label but just for whats visible in the label). Then on a mouse hover I would like for it to display all the characters that were inserted into the label in some sort of hoverbox/popup.
The problem is I don't want users typing a novel and then it end up pushing the other elements around on my page.
Thanks.