Hi every one
I have lable in my Datalist and I bind it from Database this lable fill with my Product description
I want when description be longer than my datalist width it go to second line i mean show my lable in 2 line after that if again longer than 2 line it show with"..." like this (second row)
Mega Mall
|
In this Mall we have many store that In this MallIn this MallIn this MallIn this Mall...
|
Image
|
i use this code in my SP for showing"... " (substring([Description],0,40)+'...' As Description)
but i dont know how i can set for my lable that break my text 2 line?
thanks