Hi friend
how to break a message in asp.net.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prabhakar ReddyPosted Feb 26, 2013, 4:28 AM
just use this one
Try -
infocontent = Mid(infocontent, startpoint, length)
e.g.
content = Mid(content, 1, 100)
check and let me know if this works.
may give you from first character.
Mid(content, 0, 100)