/**

popular collection of scripts for all

*/
/** Search */

Tips and Tutorials

 }

HTTP Architecture for ASP.NET

Hits: 1036
*****
1.0
The objective of this lab is
Learn how to create and
ASP.NET is built on a core
A complete ASP.NET 2.0
to convert a simple JSP
execute stored procedures
set of classes and
Notepad Web application
application into an ASP.NET
using .NET.
interfaces that abstract the
example (with source
application using the Java
 
HTTP protocol. The three
code). Explains Forms,
Language Conversion
 
core abstractions are the
sign in process, some
Assistant (JLCA). The JSP
 
context (HttpContext) that
complex SQL queries and new
application is a simplified
 
represents the current HTTP
HiddenField ASP.NET 2.0
e-commerce scenario,
 
request, handlers (classes
server control.
consisting of two JSP pages,
 
that implement IHttpHandler)
 
a Servlet, a tag library
 
that are capable of
 
consisting of a single tag,
 
servicing HTTP requests, and
 
and the SQL Server Pubs
 
modules (classes that
 
database.
 
implement IHttpModule) that
 
 
 
can pre/post process HTTP
 
 
 
requests to provide
 
 
 
additional services.
 


Date: Feb, 19 2004


Date: Nov, 15 2004


Date: May, 28 2003


Date: Dec, 13 2006
In this tutorial you will
RSS (Rich Site Summary) news
Explains how to store images
Learn how to use the tools
learn how to add a filter to
feeds are easily consumed
to database and retrieve it
and options in Visual Studio
a Grid View Control, To
and displayed in an ASP.NET
later in some server
.NET to increase your
modify the query with a
web forms page using no more
control, like GridView.
productivity and work
parameterized filter, the
than a few lines of codes.
 
efficiently in a team
WHERE Clause, Parameter
However, listing the RSS
 
environment when building
properties, Parameter Value
news feed links in this
 
ASP.NET applications.
Editor and To test filtering.
fashion can take up
 
 
 
considerable page space.
 
 
 
Instead, it would be more
 
 
 
convenient to display them
 
 
 
in a small embedded window
 
 
 
that automatically scrolls
 
 
 
them to the user. This
 
 
 
method substantially reduces
 
 
 
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: Jun, 04 2006


Date: Jan, 23 2006


Date: Sep, 03 2006


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