/**

popular collection of scripts for all

*/
/** Search */

Tips and Tutorials

 }

HTTP Architecture for ASP.NET

Hits: 1054
*****
1.0

How to Build an RSS News Reader

Hits: 1049
*****
3.0
Learn how to create and
ASP.NET is built on a core
Mostly we want to change
RSS (Rich Site Summary) news
execute stored procedures
set of classes and
output results of our
feeds are easily consumed
using .NET.
interfaces that abstract the
applications to another
and displayed in an ASP.NET
 
HTTP protocol. The three
culture setting. In this
web forms page using no more
 
core abstractions are the
code sniplet we will format
than a few lines of codes.
 
context (HttpContext) that
current date time for our
However, listing the RSS
 
represents the current HTTP
culture settings
news feed links in this
 
request, handlers (classes
 
fashion can take up
 
that implement IHttpHandler)
 
considerable page space.
 
that are capable of
 
Instead, it would be more
 
servicing HTTP requests, and
 
convenient to display them
 
modules (classes that
 
in a small embedded window
 
implement IHttpModule) that
 
that automatically scrolls
 
can pre/post process HTTP
 
them to the user. This
 
requests to provide
 
method substantially reduces
 
additional services.
 
the page real estate devoted
 
 
 
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: Nov, 15 2004


Date: May, 28 2003


Date: Oct, 28 2003


Date: Jan, 23 2006
In this tutorial you will
Learn how to use the tools
A complete ASP.NET 2.0
How do you operate an
learn how to add a filter to
and options in Visual Studio
Notepad Web application
Analysis Services data
a Grid View Control, To
.NET to increase your
example (with source
warehouse? Learn how to
modify the query with a
productivity and work
code). Explains Forms,
configure, secure, backup,
parameterized filter, the
efficiently in a team
sign in process, some
restore, and monitor the
WHERE Clause, Parameter
environment when building
complex SQL queries and new
database. Learn techniques
properties, Parameter Value
ASP.NET applications.
HiddenField ASP.NET 2.0
for developing and running a
Editor and To test filtering.
 
server control.
system that gracefully
 
 
 
handles change in data,
 
 
 
design, and usage.


Date: Jun, 04 2006


Date: Aug, 08 2003


Date: Dec, 13 2006


Date: Aug, 20 2003
{ Copyright } ©2019 NuclearScripts.com