This 5-part article
ASP.NET 2.0 Free Training :
Explains what is validation,
.NET framework is a Windows
introduces you to the basics
Changing Master Pages
why validation of user input
Component that supports the
of coding C# in ASP .Net.
Dynamically - In this
is so important and how to
building and running of
Some of topics covered: the
tutorial you will learn how
use ASP.NET 2.0 validation
windows applications and XML
classic "Hello
to make a copy of the master
controls to build robust Web
Web services. The purpose of
World" example in .Net
page, To add buttons for
applications.
the component is to provide
form, Adding class and using
selecting an alternate
the user with a consistent
Namespaces, Code a Web form
master page, To write code
object oriented programming
in .Net and see how you can
to dynamically select the
environment whether the code
create flexible
master page and test the
is stored locally or
server-client interaction,
dynamic master pages.
remotely.
It aims to
How controls can be used to
minimize software deployment
manipulate data from your
and versioning conflicts and
Web forms, and Server-side
also promote safe execution
data access in .Net.
of code including codes
executed by trusted third
parties. It is directed
towards eliminating
performance problems of
scripted or interpreted
environments. The effort is
to make developer experience
consistent across a variety
of applications and
platforms and create
communication standards that
help .NET framework
applications integrate with
all other web based
applications.
Date: Oct, 11 2001 Date: Sep, 22 2005 Date: Feb, 19 2006 Date: May, 30 2006 |
Accessing and manipulating
ASP.NET 2.0 Tutorials:
Explains how Web services
Explains how to simulate
data using ASP.NET is very
Application development in
work and how to call it from
hidden column in GridView
easy and flexible. This
.NET : Client Side
ASP.NET.
When we create
control. GridView is one of
article takes a look at some
Application
and run this web service ,
the new controls in ASP.Net
of the new .NET data access
Development
Client
it will be run by a web
2.0 that replaced the
classes and methods,
applications are
browser. However, in real
DataGrid.
In earlier
including the OleDB and
applications that run on the
life, the true aim of web
versions of .Net when you
SqlClient namespaces, as
client system-or the desktop
service can only be achieved
didn't want the data to be
well as the DataReader,
of the user. They are
if we can call it from some
visible to the client, you
DataSet and DataSetCommand
closest to the traditional
web application or a console
simply set the Column
classes. The author tops
windows based applications
application.
visibility to False. But, if
this article off by creating
and they display forms or
you try that with ASP.NET
a simple ASP.NET data access
windows on the desktop
2.0 GridView control, it
page with C# that retrieves
enabling the user perform
will return only empty
data from a local Microsoft
predefined tasks. Word
string.
Access database.
processors and spread sheets
are examples of client
applications that employ
menus, GUI elements and
access local resources such
as printers and scanners.
Date: Jan, 30 2002 Date: Sep, 22 2005 Date: Oct, 25 2006 Date: Sep, 08 2006 |