VB.NET 2005 Free Training:
ASP.NET 2.0 Free Tutorials :
VB.NET 2005 Tutorials: Using
The objective of this lab is
Differences between VB.NET
DataBound Controls - Details
the Data Form Wizard - In
to convert a simple JSP
1.0 and VB.NET 2.0: VB.NET
View - In this tutorial you
this tutorial you will learn
application into an ASP.NET
2005 comes with a number of
will learn DetailView
about Using the Data Form
application using the Java
enhancements. The
DataBound Control, To create
Wizard - Building a
Language Conversion
IntelliSense Code snippets,
a file system Web site,
Single-Table Data Form,
Assistant (JLCA). The JSP
the Windows Forms designer
Connecting to SQL Server,
Transform and Filter Data,
application is a simplified
updates, IntelliSense
Use a Drop-Down List as the
Using Server Explorer,
e-commerce scenario,
filtering, debugger data
Master and To test the
Drag-and-Drop From Server
consisting of two JSP pages,
tips, exception Assistant
drop-down list. The
Explorer, What the user Can
a Servlet, a tag library
etc make the software a
DetailsView is a control
and Cannot Drag from Server
consisting of a single tag,
pleasure to work with. The
that is complementary to the
Explorer, Filtering Data,
and the SQL Server Pubs
language has been spruced up
GridView control. It has
Filtering With DataViews,
database.
with generics, unsigned
been introduced in ASP.NET
Filtering At the Server,
types, Operator overloading
2.0 to provide an ability to
Transforming Data with
etc.
work with a single record or
Lookups and Master Detail.
row from an associated data
source.
Date: Jul, 22 2005 Date: Sep, 29 2005 Date: Jul, 22 2005 Date: Feb, 19 2004 |
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 |