|
-
March 16th, 2005, 01:13 PM
#1
Hyperlink Text
Is there a way to hyperlink the text wherever URL address is found.
Like e.g. somebody typed
Please go visit the http://www.yahoo.com for weather information.
Now, I would like to hyperlink just the URL address of "http://www.yahoo.com" in ASP.Net (C#).
Thanks in Advance
M
-
March 16th, 2005, 05:13 PM
#2
Re: Hyperlink Text
I figured it out.
Looks like there is no built in C# function that look for all URL and put hyperlink on it.
I compare the text from the database with regular expression and put the link on it.
If I have any problem, I will be back.
Somebody need code, I will paste it later.
M
-
March 17th, 2005, 04:12 AM
#3
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|