|
This is part II of a series
File uploading has always
Complete online chapter
This article begins with an
of articles in which we'll
been a tedious task for the
"Talking To
examination of a typical
learn how to send mass
web developer community.
HailStorm" from
data-driven ASP application
e-mails ( both text and HTML
Either we have to use a
"Early Adopter
and then explains how to do
) to a list of subscribers
third party component or
HailStorm (.NET My
a minimalistic port from ASP
using ASP.NET. We'll also
write several lines of code.
Services)". Provides in
to ASP.NET and steps and
learn what are validation
With the advent of ASP.Net
depth information on what is
tips on converting your
controls and how they can
file uploading has become a
.NET My Services, what it
application fully to
help us validate user input.
lot easier, importantly
provides and how to make use
ASP.NET. Topics
without the need for third
of it.
covered:
Running ASP and
party components. All we
Microsoft ASP.NET on the
have to do is to use the
same Web server, Examining a
ASP.Net HTML File control
common ASP application, and
and write a few lines of C#
Porting the ASP application
code.
to ASP.NET.
Date: Dec, 18 2002 Date: Feb, 25 2002 Date: Feb, 07 2002 Date: Nov, 14 2001 |
|
This is the complete online
This is part II of the
Ideally, every application
This video introduces a
chapter 'Exposing Web
tutorial that teaches you
built would be designed with
number of the new ASP.NET
Services' from 'Professional
how to connect to a SQL
correct date handling
2.0 controls for building
ASP.NET' by Wrox Press. The
database from ASP .NET using
techniques. In practice,
forms to collect information
chapter provides in depth
SQL Authentication. This
applications are often built
from the user, validate that
information about creating
part shows you how to
using ad hoc date formatting
information, then send a
and consuming Web Services
connect to the database
to match a corporate
confirmation e-mail message.
using ASP.NET.
using ASP .NET code and
culture, the default format
Features covered include the
Visual Studio .NET's
on a company’s server, or
Wizard control, Validation
features.
the favorite format of the
controls, and the
lead developer. Also, many
System.Net.Mail classes for
applications are not locale
sending e-mail messages.
aware or were not designed
to be deployed in an
environment where locale
issues were not considered
important. Because of this
it is extremely important to
know the date formats in use
for input and output when
building applications that
will integrate with other
systems or databases and to
handle these formats
explicitly.
Date: Jul, 15 2001 Date: Nov, 30 1999 Date: Nov, 30 1999 Date: Oct, 26 2006 |