June 2006

2 articles published in June 2006

  1. Simple FTP file upload in C# 2.0

    · 1 min read

    Sometimes 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...

  2. Turn URLs into hyperlinks in ASP.NET

    · 1 min read

    Today, 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...