Recently, I had a requirement
Learn how to use the tools
RSS (Rich Site Summary) news
Geekarticles database of
to put together a website
and options in Visual Studio
feeds are easily consumed
technology with over 7000 in
that deals with taking
.NET to increase your
and displayed in an ASP.NET
Software testing Technology
somewhat elaborate financial
productivity and work
web forms page using no more
which includes Bug Reporting
surveys. While the
efficiently in a team
than a few lines of codes.
Articles, Change Management
questions and answers
environment when building
However, listing the RSS
Articles, CheckLists White
themselves are good
ASP.NET applications.
news feed links in this
Papers, Client/Server
candidates for being
fashion can take up
Testing, Database Testing,
database driven, there were
considerable page space.
Defect Tracking, ERP
a large number of nuiances
Instead, it would be more
Testing, Estimation White
ranging from UI items,
convenient to display them
Papers, LoadRunner
business rules, and
in a small embedded window
Tutorials, Quality
calculations that just
that automatically scrolls
Management Articles,
didn't fit into a database
them to the user. This
Rational Robot Tutorials,
driven strategy. With this
method substantially reduces
Segue Silk Tutorials, SQA
in mind, my initial strategy
the page real estate devoted
Websites, Test Approach,
was to create version
to the news feed, while
Test Automation, Test
specific classes and
displaying the same
Design, Test Planning,
reference them in version
information in a compact,
Testing Basics, Testing
specific ASP.NET pages. Of
attractive, and intuitive
Methods and Testing Tools.
course, this accomplished
manner. Once you have
the initial requirement.
developed a method for
However, whenever a new
displaying RSS news in this
version needs to be
format, it would be still
implemented, I had to copy
more convenient to implement
all of the ASP.NET pages and
the method as a custom
modify the references to the
control that you can add to
appropriate version specific
any ASP.NET web forms page
class name. Refactoring
with just a few lines of
provides a better
code. This article shows
alternative and here's how:
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: Oct, 15 2004 Date: Aug, 08 2003 Date: Jan, 23 2006 Date: Sep, 07 2005 |
In this paper, we will look
In this tutorial you will
How do you operate an
VB.NET 2005 Free Training :
at the structure of a very
learn about new features
Analysis Services data
Event Handling In Visual
simple ASP.NET page and how
included in ASP.NET 2.0 for
warehouse? Learn how to
Basic .NET 2005 -
that page is rendered in the
State Management. The
configure, secure, backup,
Introduction to Event
visitor's browser. Then we
Control State, differences
restore, and monitor the
Handling, One of the most
will look at the Page class,
in handling View State and
database. Learn techniques
useful capabilities of the
which is the .NET class that
Control State, Implementing
for developing and running a
OOP Languages is their
all your ASP.NET pages are
the control state.
system that gracefully
inbuilt ability to be aware
based on. After that, we
Initialization and loading
handles change in data,
of a large number of events
will review basic compiler
of a controls private state.
design, and usage.
like MouseOver, MouseClick,
directives that you can
and so on so that we can
place on your page. At the
write codes to react to any
end of the chapter, we will
event that we are
review a simple Quiz ASP.NET
interested. This is made
page that demonstrates the
possible by the rich set of
basics of an ASP.NET page.
classes that have been built
in the .NET Framework.
Date: Apr, 26 2005 Date: Jun, 04 2006 Date: Aug, 20 2003 Date: Jul, 22 2005 |