ASP.NET is built on a core
Learn how to use the tools
RSS (Rich Site Summary) news
In this paper, we will look
set of classes and
and options in Visual Studio
feeds are easily consumed
at the structure of a very
interfaces that abstract the
.NET to increase your
and displayed in an ASP.NET
simple ASP.NET page and how
HTTP protocol. The three
productivity and work
web forms page using no more
that page is rendered in the
core abstractions are the
efficiently in a team
than a few lines of codes.
visitor's browser. Then we
context (HttpContext) that
environment when building
However, listing the RSS
will look at the Page class,
represents the current HTTP
ASP.NET applications.
news feed links in this
which is the .NET class that
request, handlers (classes
fashion can take up
all your ASP.NET pages are
that implement IHttpHandler)
considerable page space.
based on. After that, we
that are capable of
Instead, it would be more
will review basic compiler
servicing HTTP requests, and
convenient to display them
directives that you can
modules (classes that
in a small embedded window
place on your page. At the
implement IHttpModule) that
that automatically scrolls
end of the chapter, we will
can pre/post process HTTP
them to the user. This
review a simple Quiz ASP.NET
requests to provide
method substantially reduces
page that demonstrates the
additional services.
the page real estate devoted
basics of an ASP.NET page.
to the news feed, while
displaying the same
information in a compact,
attractive, and intuitive
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: May, 28 2003 Date: Aug, 08 2003 Date: Jan, 23 2006 Date: Apr, 26 2005 |
Geekarticles database of
VB.NET 2005 Free Training :
How do you operate an
Complete Online Chapter
technology with over 7000 in
Event Handling In Visual
Analysis Services data
"Exposing Web
Software testing Technology
Basic .NET 2005 -
warehouse? Learn how to
Services" from Wrox
which includes Bug Reporting
Introduction to Event
configure, secure, backup,
Press book
Articles, Change Management
Handling, One of the most
restore, and monitor the
"Professional ASP.NET
Articles, CheckLists White
useful capabilities of the
database. Learn techniques
1.0 2002 Edition".
Papers, Client/Server
OOP Languages is their
for developing and running a
Topics covered include
Testing, Database Testing,
inbuilt ability to be aware
system that gracefully
"Web Services",
Defect Tracking, ERP
of a large number of events
handles change in data,
"SOAP Headers",
Testing, Estimation White
like MouseOver, MouseClick,
design, and usage.
"Synchronous vs
Papers, LoadRunner
and so on so that we can
Asynchronous" and
Tutorials, Quality
write codes to react to any
"Data Caching".
Management Articles,
event that we are
Rational Robot Tutorials,
interested. This is made
Segue Silk Tutorials, SQA
possible by the rich set of
Websites, Test Approach,
classes that have been built
Test Automation, Test
in the .NET Framework.
Design, Test Planning,
Testing Basics, Testing
Methods and Testing Tools.
Date: Sep, 07 2005 Date: Jul, 22 2005 Date: Aug, 20 2003 Date: May, 07 2002 |