Tutorial search
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
Sending email in ASP.NET - ASP.NET tutorial

Category: ASP.NET tutorials - Difficulty: 

Sending email in ASP.NET tutorial description
| Added on | 16.02.2008 |
| Total clicks | 63 |
| Tutorial Rating | 0 |
| Tutorial Difficulty | 0 |
Sending email in ASP.NET
More cool ASP.NET tutorials:

This tutorial will help you setup HTTP Gzip and Deflate compression in your ASP.NET web application. We will make use of an ASP.NET web application life cycle event in Global.asax file to achieve that. The code is very simple to understand.
Category: ASP.NET tutorials - Difficulty: 


In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web using .NET. It is dangerous to store passwords anywhere in plain text!! SHA1 gives a quick and easy way to encode a password into a non-human readable form. This means it is safer to store in a database, and should the database be viewed by anyone who shouldn't know the passwords, it will be much more difficult for them to work out what a user's password is.
Category: ASP.NET tutorials - Difficulty: 


Few simple steps to integrate FCK editor (rich text editor) in ASP.Net
Category: ASP.NET tutorials - Difficulty: 


Using ASP.NET 2.0 it is very easy to create a site map of your website. One of the things you can do with a site map is build a bread crumb navigation style, which we will cover in this tutorial.
Category: ASP.NET tutorials - Difficulty: 


This tutorial covers the fundamentals involved in building an ASP.NET application. From a syntactical point of view, writing .NET code is similar to writing the classic ASP code that you may have seen during the late dot-com era. Many of the key symbols remain the same, and even some of the syntax survives. However, the entire underlying execution model changed dramatically between classic ASP and ASP.NET.
Category: ASP.NET tutorials - Difficulty: 


