|
Accessing and manipulating
This article begins with an
This is the complete online
This is a sample chapter from
data using ASP.NET is very
examination of a typical
chapter 'Exposing Web
'A preview of Active Server
easy and flexible. This
data-driven ASP application
Services' from 'Professional
Pages+' by Wrox Press. Main
article takes a look at some
and then explains how to do
ASP.NET' by Wrox Press. The
topics include: Introduction
of the new .NET data access
a minimalistic port from ASP
chapter provides in depth
to ASP+ and the Evolution of
classes and methods,
to ASP.NET and steps and
information about creating
ASP, The Next Generation Web
including the OleDB and
tips on converting your
and consuming Web Services
Services Framework, How is
SqlClient namespaces, as
application fully to
using ASP.NET.
ASP+ Different from ASP?,
well as the DataReader,
ASP.NET. Topics
Getting Started with ASP+,
DataSet and DataSetCommand
covered:
Running ASP and
and more.
classes. The author tops
Microsoft ASP.NET on the
this article off by creating
same Web server, Examining a
a simple ASP.NET data access
common ASP application, and
page with C# that retrieves
Porting the ASP application
data from a local Microsoft
to ASP.NET.
Access database.
Date: Jan, 30 2002 Date: Nov, 14 2001 Date: Jul, 15 2001 Date: Aug, 25 2000 |
|
This is part I of the
This is part II of the
Working on a multi-developer
In this tutorial you'll find
tutorial that teaches you
tutorial that teaches you
ASP.NET project while
out how to validate a
how to connect to a SQL
how to connect to a SQL
sharing one web.config can
TextBox and RadioButtonList
database from ASP .NET using
database from ASP .NET using
be time consuming and
control on a webform using
SQL Authentication. This
SQL Authentication. This
troublesome. Usually, each
RequiredFieldValidator,
part shows you how to set up
part shows you how to
developer may have path and
which will show a warning
MSDE for Mixed Mode and how
connect to the database
other settings specific to
and stop the submission of
to use Web Data
using ASP .NET code and
their development machine,
the form if a required field
Administrator to create
Visual Studio .NET's
such as Database connection
has no value.
databases and users.
features.
strings, paths, e-mail
addresses, etc. For example,
each developer on a project
may be running a database
locally that the application
relies on during
development. Therefore, the
connection string would be
different for each developer.
Date: Nov, 30 1999 Date: Nov, 30 1999 Date: Nov, 30 1999 Date: Nov, 30 1999 |