In this article, you'll see how sending email with ASP.NET is possible and then we'll go deeper to see how you can use HTML emails or include attachments.
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.
Accessing and manipulating data using ASP.NET is very easy and flexible. This article takes a look at some of the new .NET data access classes and methods, including the OleDB and SqlClient namespaces, as well as the DataReader, DataSet and DataSetCommand classes. The author tops this article off by creating a simple ASP.NET data access page with C# that retrieves data from a local Microsoft Access database.
New to DotNetNuke? Want to learn skinning? Or, perhaps a you are looking for clean, accurate code to drop into skin files. Our SkinCovered Goodie Bag subscription is a great start for you. Two respected DNN core teamers and an innovative Designer, with thousands of forum posts giving advice have partnered to create SkinCovered. Learn best practices and get access to our premium forum and articles. From beginner to advanced skinning techniques, even professional skinners will benefit. This package includes hidden menus, container creator, css menus, 2 hidden menus, 37 container, 6 skins and 4 drop in menus. Each month, new ideas, snippets, skins and articles will inspire you. The subscription is less than the cost of many commercial skins around, and we’ll show you how to skin better than what you can buy. Nina Meiers has over 60,000 users in her skinning network with thousands of free skin downloads. Nina Meiers, John Mitchell and Armand Datema are the new SkinCovered.com Team.
Developing a web application that responds to users requests quickly is a target and a challenge for all web developers. ASP.NET was designed with speed optimization and performance improvements in mind. This tutorial covers correct using of state management and data access to develop a high performance ASP.NET application.
ASP.NET 2.0 Free Tutorials : State Management in ASP.NET 2.0 - In this tutorial you will learn about new features included in ASP.NET 2.0 for State Management. The Control State, differences in handling View State and Control State, Implementing the control state. Initialization and loading of a controls private state. Web pages are constantly constructed and destroyed with round trips to the server. However, state maintenance is an essential aspect of deploying web pages on a stateless protocol such as HTTP.