How to display links from database

kmawill

New Member
I have a form with a multiline textbox that is a description. I was wondering is there anyway to make it so that if i type in a url like www.anywebsiteintheworld.com in that multiline textbox along with other text and later display that information where the link in the middle of the description is clickable?Right now I grab the information with \[code\]textbox.Text.Trim()\[/code\] and display it as a \[code\]label.Text\[/code\] and it doesnt work.
 
Back
Top