I have a page where users can insert about them. I don't want them to enter more than 256 characters.
At present I am using a text box with multiline, but I can't use range validator. It is not working with it.
What should I use to receive the sentence with 256 characters length?
In order to display I am using a literal. But, it is displaying the sentence from one end of the site to the other end of the site.
I want it to be display in a small paragraph. So what should I use to display the sentence in a paragraph?
Thanks,