Jun 7, 2006Sometimes you just want a simple function to perform a simple task. There are a lot
of FTP libraries for free download on the Internet, but if you simply want to upload
a file to an FTP server in C#, these libraries are overkill for that
simple little task. That's what I thought when I browsed the web for such a simple
little function. Maybe I'm slower than normal people, but I couldn't find any simple
method on the web. They where all too complicated, so I tho...
[More]* $4.95/month ASP.NET Hosting with FREE SQL 2012 DB! – Click Here!
Jun 6, 2006Today, I needed a function that would look through some text input and check for any
URLs and the URLs should then be turned into hyperlinks. In other words, I had to
turn this www.someurl.com into <a href="http://www.someurl.com" target="_blank">www.someurl.com</a>.
It should also be able to handle URLs that starts with http:\\ and not just www.
I needed this functionality in a forum/comment application and it had to do the conversion
at runtime. I wrote a s...
[More]* $4.95/month ASP.NET Hosting with FREE SQL 2012 DB! – Click Here!