/**

popular collection of scripts for all

*/
/** Search */

Tips and Tutorials

 }

HTTP Architecture for ASP.NET

Hits: 1070
*****
1.0

ASP.NET 2.0: GridView Filtering

Hits: 1065
*****
4.5

How to Build an RSS News Reader

Hits: 1064
*****
3.0
VB.NET 2005 Tutorials: Using
ASP.NET is built on a core
In this tutorial you will
RSS (Rich Site Summary) news
the Data Form Wizard - In
set of classes and
learn how to add a filter to
feeds are easily consumed
this tutorial you will learn
interfaces that abstract the
a Grid View Control, To
and displayed in an ASP.NET
about Using the Data Form
HTTP protocol. The three
modify the query with a
web forms page using no more
Wizard - Building a
core abstractions are the
parameterized filter, the
than a few lines of codes.
Single-Table Data Form,
context (HttpContext) that
WHERE Clause, Parameter
However, listing the RSS
Transform and Filter Data,
represents the current HTTP
properties, Parameter Value
news feed links in this
Using Server Explorer,
request, handlers (classes
Editor and To test filtering.
fashion can take up
Drag-and-Drop From Server
that implement IHttpHandler)
 
considerable page space.
Explorer, What the user Can
that are capable of
 
Instead, it would be more
and Cannot Drag from Server
servicing HTTP requests, and
 
convenient to display them
Explorer, Filtering Data,
modules (classes that
 
in a small embedded window
Filtering With DataViews,
implement IHttpModule) that
 
that automatically scrolls
Filtering At the Server,
can pre/post process HTTP
 
them to the user. This
Transforming Data with
requests to provide
 
method substantially reduces
Lookups and Master Detail.
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: Jul, 22 2005


Date: May, 28 2003


Date: Jun, 04 2006


Date: Jan, 23 2006
Learn how to use the tools
Mostly we want to change
How do you operate an
VB.NET 2005 Free Training :
and options in Visual Studio
output results of our
Analysis Services data
Event Handling In Visual
.NET to increase your
applications to another
warehouse? Learn how to
Basic .NET 2005 -
productivity and work
culture setting. In this
configure, secure, backup,
Introduction to Event
efficiently in a team
code sniplet we will format
restore, and monitor the
Handling, One of the most
environment when building
current date time for our
database. Learn techniques
useful capabilities of the
ASP.NET applications.
culture settings
for developing and running a
OOP Languages is their
 
 
system that gracefully
inbuilt ability to be aware
 
 
handles change in data,
of a large number of events
 
 
design, and usage.
like MouseOver, MouseClick,
 
 
 
and so on so that we can
 
 
 
write codes to react to any
 
 
 
event that we are
 
 
 
interested. This is made
 
 
 
possible by the rich set of
 
 
 
classes that have been built
 
 
 
in the .NET Framework.


Date: Aug, 08 2003


Date: Oct, 28 2003


Date: Aug, 20 2003


Date: Jul, 22 2005
{ Copyright } ©2019 NuclearScripts.com