|
Explains how Dreamweaver MX
ASP.Net's introduction of the
ASP.NET 2.0 Free Tutorials :
The term "web
can be used to consume web
web.config file went a long
DataBound Controls - Details
service" has been used
services in ASP.NET for the
way to filling the
View - In this tutorial you
quite frequently lately: you
visual environment. In
configuration hole we had to
will learn DetailView
hear people saying how good
detail, the "Local
deal with in classic ASP. We
DataBound Control, To create
web services are and how
Time" web service from
actually went from having
a file system Web site,
they will dominate the
XMethods will be utilized.
very little (global.asa was
Connecting to SQL Server,
future of software
the closest thing) to a
Use a Drop-Down List as the
development, but what
well-structured, change on
Master and To test the
exactly are web services and
the fly XML file. For the
drop-down list. The
how can we create them? This
most part, the web.config
DetailsView is a control
article shows us how to
file does the trick fine.
that is complementary to the
build two web services and
However there are some
GridView control. It has
also unravels all of the
limitations and constraints
been introduced in ASP.NET
lingo surrounding web
with using it, which you are
2.0 to provide an ability to
services.
probably already aware of.
work with a single record or
What you might not know is
row from an associated data
how easy is it to surmount
source.
those issues by creating a
far more flexible
alternative.
Date: Jan, 27 2003 Date: Aug, 30 2004 Date: Sep, 29 2005 Date: Aug, 27 2003 |
|
Have you ever needed to have
This is an overview of ASP+.
In this article we will cover
Accessing and manipulating
an image of some text
Explains what it is, what it
exposing an existing ASP.Net
data using ASP.NET is very
generated dynamically on the
can do, the difference
application as a Web
easy and flexible. This
fly? There are tons of
between ASP and ASP+, and
service. We will provide
article takes a look at some
possible applications for
other properties of ASP+.
methods for creating the Web
of the new .NET data access
this type of thing, but
service, converting readers
classes and methods,
prior to ASP.NET it was a
to data sets, and a client
including the OleDB and
relatively difficult thing
application for the new
SqlClient namespaces, as
to do. This article explains
service.
well as the DataReader,
how to generate text images
DataSet and DataSetCommand
on the fly using ASP.NET.
classes. The author tops
Source code available for
this article off by creating
download.
a simple ASP.NET data access
page with C# that retrieves
data from a local Microsoft
Access database.
Date: Aug, 27 2003 Date: Jan, 11 2001 Date: Jan, 16 2004 Date: Jan, 30 2002 |