Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Sending Mass E-Mails ( Newsletter ) using ASP.NET. - ASP.NET tutorial


This is part II of a series of articles in which we'll learn how to send mass e-mails ( both text and HTML ) to a list of subscribers using ASP.NET. We'll also learn what are validation controls and how they can help us validate user input.
Category: ASP.NET tutorials - Difficulty:

More cool ASP.NET tutorials:



ABC easy as 1 2 3
ABC easy as 1 2 3
This is a brief description This is a brief description This is a brief description This is a brief description This is a brief description
Category: ASP.NET tutorials - Difficulty:
Using UpdatePanel In Visual Web Developer
Using UpdatePanel In Visual Web Developer
This article aims at giving you a brief overview of using Update Panel(Available with AJAX Toolkit) for partial page rendering. Before reading this tutorial you should be familiar with ASP.NET and C#.
Category: ASP.NET tutorials - Difficulty:
Migration from J2EE to .NET.
Migration from J2EE to .NET.
An article which discusses the similarites between different technologies of J2EE and .NET and helps you to move from J2EE to .NET. Quick tips to get you started, in case you need to migrate a J2EE based application to a .NET based application.
Category: ASP.NET tutorials - Difficulty:
How To Use Refactoring To Handle Multiple Versions of Classes
How To Use Refactoring To Handle Multiple Versions of Classes
Recently, I had a requirement to put together a website that deals with taking somewhat elaborate financial surveys. While the questions and answers themselves are good candidates for being database driven, there were a large number of nuiances ranging from UI items, business rules, and calculations that just didn't fit into a database driven strategy. With this in mind, my initial strategy was to create version specific classes and reference them in version specific ASP.NET pages. Of course, this accomplished the initial requirement. However, whenever a new version needs to be implemented, I had to copy all of the ASP.NET pages and modify the references to the appropriate version specific class name. Refactoring provides a better alternative and here's how:
Category: ASP.NET tutorials - Difficulty:
DataGrid inside a DataGrid
DataGrid inside a DataGrid
This tutorial will teach you how to place and bind a DataGrid inside another DataGrid. The binding of the inner DataGrid will be done depending on the row of the parent DataGrid.
Category: ASP.NET tutorials - Difficulty: