This article begins with an
VB.NET 2005 Tutorials:
The objective of this lab is
VB.NET 2005 Tutorials: Using
examination of a typical
Finding and Sorting Data in
to convert a simple JSP
the Data Form Wizard - In
data-driven ASP application
DataSets In this tutorial
application into an ASP.NET
this tutorial you will learn
and then explains how to do
you will learn about Finding
application using the Java
about Using the Data Form
a minimalistic port from ASP
and Sorting Data in DataSets
Language Conversion
Wizard - Building a
to ASP.NET and steps and
- Filtering on Row State and
Assistant (JLCA). The JSP
Single-Table Data Form,
tips on converting your
Version, Sorting and Data
application is a simplified
Transform and Filter Data,
application fully to
View Manager.
e-commerce scenario,
Using Server Explorer,
ASP.NET. Topics
consisting of two JSP pages,
Drag-and-Drop From Server
covered:
Running ASP and
a Servlet, a tag library
Explorer, What the user Can
Microsoft ASP.NET on the
consisting of a single tag,
and Cannot Drag from Server
same Web server, Examining a
and the SQL Server Pubs
Explorer, Filtering Data,
common ASP application, and
database.
Filtering With DataViews,
Porting the ASP application
Filtering At the Server,
to ASP.NET.
Transforming Data with
Lookups and Master Detail.
Date: Nov, 14 2001 Date: Jul, 22 2005 Date: Feb, 19 2004 Date: Jul, 22 2005 |
Learn how to create and
Really Simple Syndication
Recently, I had a requirement
In this tutorial you will
execute stored procedures
(RSS) is an XML standard for
to put together a website
learn about Complex Data
using .NET.
declaring content entries
that deals with taking
Binding, Binding to a
for small content feeds. The
somewhat elaborate financial
ComboBox or ListBox, Binding
RSS format has gained
surveys. While the
to a DataGrid. Complex data
popularity over the years
questions and answers
binding is the ability of a
due to its simplicity. The
themselves are good
control to bind to more than
XML file formatted according
candidates for being
one data element, typically
to the RSS specification is
database driven, there were
more than one record in a
either found as a physical
a large number of nuiances
database, or to more than
file or is obtained via a
ranging from UI items,
one of any other type of
Web site that handles the
business rules, and
bindable data elements.
request and sends the
calculations that just
content over the Internet to
didn't fit into a database
the client.
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:
Date: Nov, 15 2004 Date: Oct, 07 2006 Date: Oct, 15 2004 Date: Jul, 22 2005 |