ASP.NET Image to PDF with VB.Net
This tutorial will discuss how to use the PDFSharp library on images. Specifically, it will cover how to do simple JPG to PDF conversion using PDFSharp in VB.NET. This has a lot of applications in ASP.NET implementations, such as converting a document online that contains either a pure image or both text and images.
Continue reading
Continue reading
MySQL in ASP.NET: Mono using VB.NET
In a previous tutorial titled "ASP.NET Web Development and Hosting" (published October 25th), you learned how to develop ASP.NET websites using Mono Project and deploy them in your existing Linux-Apache hosting account. The example ASP.NET mono website, http://www.dotnetdevelopment.net/, did not use a database at the time the tutorial was written. In this part, you will learn how to connect and use a MySQL database with your ASP.NET mono project website.
Continue reading
Continue reading
AsyncFileUpload File Type and File Size Validation using VB.NET
If you’re just started using the AsyncFileUpload AJAX web control, you’ll be pleased to hear it can do more than just upload files. There are also ways to validate the file types and sizes it uploads. This article will show you how, using both client and server side validation.
Continue reading
Continue reading