June 2006
2 articles published in June 2006
-
Simple FTP file upload in C# 2.0
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...
-
Turn URLs into hyperlinks in ASP.NET
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...