/**

popular collection of scripts for all

*/
/** Search */

Tips and Tutorials

 }

HTTP Architecture for ASP.NET

Hits: 1059
*****
1.0

ASP.NET 2.0: GridView Filtering

Hits: 1054
*****
4.5

How to Build an RSS News Reader

Hits: 1053
*****
3.0
The objective of this lab is
ASP.NET is built on a core
In this tutorial you will
RSS (Rich Site Summary) news
to convert a simple JSP
set of classes and
learn how to add a filter to
feeds are easily consumed
application into an ASP.NET
interfaces that abstract the
a Grid View Control, To
and displayed in an ASP.NET
application using the Java
HTTP protocol. The three
modify the query with a
web forms page using no more
Language Conversion
core abstractions are the
parameterized filter, the
than a few lines of codes.
Assistant (JLCA). The JSP
context (HttpContext) that
WHERE Clause, Parameter
However, listing the RSS
application is a simplified
represents the current HTTP
properties, Parameter Value
news feed links in this
e-commerce scenario,
request, handlers (classes
Editor and To test filtering.
fashion can take up
consisting of two JSP pages,
that implement IHttpHandler)
 
considerable page space.
a Servlet, a tag library
that are capable of
 
Instead, it would be more
consisting of a single tag,
servicing HTTP requests, and
 
convenient to display them
and the SQL Server Pubs
modules (classes that
 
in a small embedded window
database.
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: Feb, 19 2004


Date: May, 28 2003


Date: Jun, 04 2006


Date: Jan, 23 2006
Mostly we want to change
Learn how to use the tools
How do you operate an
A complete ASP.NET 2.0
output results of our
and options in Visual Studio
Analysis Services data
Notepad Web application
applications to another
.NET to increase your
warehouse? Learn how to
example (with source
culture setting. In this
productivity and work
configure, secure, backup,
code). Explains Forms,
code sniplet we will format
efficiently in a team
restore, and monitor the
sign in process, some
current date time for our
environment when building
database. Learn techniques
complex SQL queries and new
culture settings
ASP.NET applications.
for developing and running a
HiddenField ASP.NET 2.0
 
 
system that gracefully
server control.
 
 
handles change in data,
 
 
 
design, and usage.
 


Date: Oct, 28 2003


Date: Aug, 08 2003


Date: Aug, 20 2003


Date: Dec, 13 2006
{ Copyright } ©2019 NuclearScripts.com