|
VB.NET 2005 Tutorials: Using
ASP.NET is built on a core
Learn how to use the tools
In this tutorial you will
the Data Form Wizard - In
set of classes and
and options in Visual Studio
learn how to add a filter to
this tutorial you will learn
interfaces that abstract the
.NET to increase your
a Grid View Control, To
about Using the Data Form
HTTP protocol. The three
productivity and work
modify the query with a
Wizard - Building a
core abstractions are the
efficiently in a team
parameterized filter, the
Single-Table Data Form,
context (HttpContext) that
environment when building
WHERE Clause, Parameter
Transform and Filter Data,
represents the current HTTP
ASP.NET applications.
properties, Parameter Value
Using Server Explorer,
request, handlers (classes
Editor and To test filtering.
Drag-and-Drop From Server
that implement IHttpHandler)
Explorer, What the user Can
that are capable of
and Cannot Drag from Server
servicing HTTP requests, and
Explorer, Filtering Data,
modules (classes that
Filtering With DataViews,
implement IHttpModule) that
Filtering At the Server,
can pre/post process HTTP
Transforming Data with
requests to provide
Lookups and Master Detail.
additional services.
Date: Jul, 22 2005 Date: May, 28 2003 Date: Aug, 08 2003 Date: Jun, 04 2006 |
|
RSS (Rich Site Summary) news
How do you operate an
VB.NET 2005 Free Training :
Geekarticles database of
feeds are easily consumed
Analysis Services data
Event Handling In Visual
technology with over 7000 in
and displayed in an ASP.NET
warehouse? Learn how to
Basic .NET 2005 -
Software testing Technology
web forms page using no more
configure, secure, backup,
Introduction to Event
which includes Bug Reporting
than a few lines of codes.
restore, and monitor the
Handling, One of the most
Articles, Change Management
However, listing the RSS
database. Learn techniques
useful capabilities of the
Articles, CheckLists White
news feed links in this
for developing and running a
OOP Languages is their
Papers, Client/Server
fashion can take up
system that gracefully
inbuilt ability to be aware
Testing, Database Testing,
considerable page space.
handles change in data,
of a large number of events
Defect Tracking, ERP
Instead, it would be more
design, and usage.
like MouseOver, MouseClick,
Testing, Estimation White
convenient to display them
and so on so that we can
Papers, LoadRunner
in a small embedded window
write codes to react to any
Tutorials, Quality
that automatically scrolls
event that we are
Management Articles,
them to the user. This
interested. This is made
Rational Robot Tutorials,
method substantially reduces
possible by the rich set of
Segue Silk Tutorials, SQA
the page real estate devoted
classes that have been built
Websites, Test Approach,
to the news feed, while
in the .NET Framework.
Test Automation, Test
displaying the same
Design, Test Planning,
information in a compact,
Testing Basics, Testing
attractive, and intuitive
Methods and Testing Tools.
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: Jan, 23 2006 Date: Aug, 20 2003 Date: Jul, 22 2005 Date: Sep, 07 2005 |