Understanding the .NET
A comprehensive tutorial on
A guide that shows you how to
We probably all remember how
Framework .NET framework is
uploading files to server
install IIS server and
agonizing it is to create
a Windows Component that
hard disk using built-in
configure it to work with
client-side cookies using
supports the building and
ASP.NET server controls.
ASP .NET (.aspx files), not
JavaScript. HttpCookie class
running of windows
Describes how to upload more
just with ASP.
offers an easier way to
applications and XML Web
than one file? how to upload
accomplish the task and with
services. The purpose of the
only image files? how to
minimal fuss. This article
component is to provide the
retrieve other form
takes a close look at
user with a consistent
non-binary field values? how
HttpCookie class and how to
object oriented programming
to view and delete files
use it to store cookies on
environment whether the code
uploaded on the server? how
the client machine.
is stored locally or
to force user to download a
remotely.
file without viewing it? how
to expose correct file name
to the user browser instead
of a generic file.aspx? how
to retrieve correct
content-type for the file
from system registry? how to
set/unset max file upload
size limit per folder of
your application?
Date: Sep, 22 2005 Date: Feb, 27 2003 Date: Mar, 31 2004 Date: Jun, 20 2004 |
Have you ever wanted to see
Working on a multi-developer
Demonstrates how to use
Introduction: In this
who is viewing your web site
ASP.NET project while
custom validation on a form
tutorial we will introduce
in real time? how many of
sharing one web.config can
by checking to see if a
the new technology for
them are there? what browser
be time consuming and
string in a TextBox is not
building websites. This new
they are using? where have
troublesome. Usually, each
the same with a string from
technology is known as
they come from? what are
developer may have path and
an array (or database), case
Asp.net. Asp.net allows the
their host addresses and
other settings specific to
in which it displays 'This
developer to build
host names? and exactly what
their development machine,
name is already taken'.
applications faster. This is
pages they have read? all in
such as Database connection
achieved due to the fast
detail? In this article we
strings, paths, e-mail
that Asp.net makes use of
build an ASP.NET application
addresses, etc. For example,
the rich class libraries
to do exactly that.
each developer on a project
provided by Microsoft. net
may be running a database
framework.
locally that the application
relies on during
development. Therefore, the
connection string would be
different for each developer.
Date: Nov, 07 2002 Date: Nov, 30 -1 Date: Nov, 30 -1 Date: May, 26 2006 |