I have a select list dropdown that is populated from database records. The data is to long and I'd like to truncate it at say the 200th character and have ... at the end. Is this done in the sql statement? What would be the code to do this?
Thanks.
Thanks.