Learn how to use the tools
RSS (Rich Site Summary) news
ASP.NET 2.0 Free Tutorials :
Geekarticles database of
and options in Visual Studio
feeds are easily consumed
DataBound Controls - Details
technology with over 7000 in
.NET to increase your
and displayed in an ASP.NET
View - In this tutorial you
Software testing Technology
productivity and work
web forms page using no more
will learn DetailView
which includes Bug Reporting
efficiently in a team
than a few lines of codes.
DataBound Control, To create
Articles, Change Management
environment when building
However, listing the RSS
a file system Web site,
Articles, CheckLists White
ASP.NET applications.
news feed links in this
Connecting to SQL Server,
Papers, Client/Server
fashion can take up
Use a Drop-Down List as the
Testing, Database Testing,
considerable page space.
Master and To test the
Defect Tracking, ERP
Instead, it would be more
drop-down list. The
Testing, Estimation White
convenient to display them
DetailsView is a control
Papers, LoadRunner
in a small embedded window
that is complementary to the
Tutorials, Quality
that automatically scrolls
GridView control. It has
Management Articles,
them to the user. This
been introduced in ASP.NET
Rational Robot Tutorials,
method substantially reduces
2.0 to provide an ability to
Segue Silk Tutorials, SQA
the page real estate devoted
work with a single record or
Websites, Test Approach,
to the news feed, while
row from an associated data
Test Automation, Test
displaying the same
source.
Design, Test Planning,
information in a compact,
Testing Basics, Testing
attractive, and intuitive
Methods and Testing Tools.
manner. Once you have
developed a method for
displaying RSS news in this
format, it would be still
more convenient to implement
the method as a custom
control that you can add to
any ASP.NET web forms page
with just a few lines of
code. This article shows
you how.
In this article,
you will learn how to create
the illusion of continuous
seamless scrolling by: 1)
using two datagrids to
display the same listing;
and 2) scrolling the entire
total list, but then
repeating the scrolling when
it has passed over the first
list.
Date: Aug, 08 2003 Date: Jan, 23 2006 Date: Sep, 29 2005 Date: Sep, 07 2005 |
How do you operate an
VB.NET 2005 Free Training :
Complete Online Chapter
In this tutorial you will
Analysis Services data
Event Handling In Visual
"Exposing Web
learn about new features
warehouse? Learn how to
Basic .NET 2005 -
Services" from Wrox
included in ASP.NET 2.0 for
configure, secure, backup,
Introduction to Event
Press book
State Management. The
restore, and monitor the
Handling, One of the most
"Professional ASP.NET
Control State, differences
database. Learn techniques
useful capabilities of the
1.0 2002 Edition".
in handling View State and
for developing and running a
OOP Languages is their
Topics covered include
Control State, Implementing
system that gracefully
inbuilt ability to be aware
"Web Services",
the control state.
handles change in data,
of a large number of events
"SOAP Headers",
Initialization and loading
design, and usage.
like MouseOver, MouseClick,
"Synchronous vs
of a controls private state.
and so on so that we can
Asynchronous" and
write codes to react to any
"Data Caching".
event that we are
interested. This is made
possible by the rich set of
classes that have been built
in the .NET Framework.
Date: Aug, 20 2003 Date: Jul, 22 2005 Date: May, 07 2002 Date: Jun, 04 2006 |