Articles

 Insert data into a MS SQL database with .NET SQL Data Provider in ASP.NET

1 2 3 <%@ import...

 Query MS Access Database with OleDB in ASP.net

1 2 3 <%@ import...

 Query MySQL Database in ASP.net

1 2 3 <%@ Page Language="VB"...

 Query MySQL Database in PHP

1 2 3 <html> 4...

 Sample Code on Sending Email using ASP.NET 1

Our mail server is configured with SMTP authentication and all your code need to use SMTP...

 Sample Code on how to send email using ASP.NET 2

For ASP.NET 2 you no longer using System.Web.Mail, but you will be using System.Net.Mail and the...