could someone tell me how to cut out a string of characters by getting the number X of characters and adding ...
to the end of the string in ASP.net
Dim cadenaOriginal As String = "Anita lava la tina."
Dim cadenaRecortada As String = "Anita lava..."
In that case, the first 10 characters of the string are subtracted (counting the space)