|
This article describes the
The author writes "One
A comprehensive tutorial on
Have you ever wanted to see
life cycle of an ASP.NET
of the things that keeps
uploading files to server
who is viewing your web site
page from initialization to
coming up as a benefit of
hard disk using built-in
in real time? how many of
unloading. Also shows the
switching to ASP.NET is the
ASP.NET server controls.
them are there? what browser
various methods to override
ability to use code-behind
Describes how to upload more
they are using? where have
ASP.NET server-side events.
to separate display code
than one file? how to upload
they come from? what are
Source code available for
from application logic. In
only image files? how to
their host addresses and
download.
Visual Studio.NET, this is
retrieve other form
host names? and exactly what
'automagically' done for
non-binary field values? how
pages they have read? all in
you. So what if you don't
to view and delete files
detail? In this article we
have VS.NET? Here's how you
uploaded on the server? how
build an ASP.NET application
can implement code-behind
to force user to download a
to do exactly that.
using just a plain old text
file without viewing it? how
editor and the tools
to expose correct file name
included in the .NET
to the user browser instead
Framework... no VS.NET
of a generic file.aspx? how
required!" Source codes
to retrieve correct
available for download.
content-type for the file
from system registry? how to
set/unset max file upload
size limit per folder of
your application?
Date: Jan, 03 2002 Date: Aug, 27 2003 Date: Feb, 27 2003 Date: Nov, 07 2002 |
|
Demonstrates how to use
Working on a multi-developer
A guide that shows you how to
We probably all remember how
custom validation on a form
ASP.NET project while
install IIS server and
agonizing it is to create
by checking to see if a
sharing one web.config can
configure it to work with
client-side cookies using
string in a TextBox is not
be time consuming and
ASP .NET (.aspx files), not
JavaScript. HttpCookie class
the same with a string from
troublesome. Usually, each
just with ASP.
offers an easier way to
an array (or database), case
developer may have path and
accomplish the task and with
in which it displays 'This
other settings specific to
minimal fuss. This article
name is already taken'.
their development machine,
takes a close look at
such as Database connection
HttpCookie class and how to
strings, paths, e-mail
use it to store cookies on
addresses, etc. For example,
the client machine.
each developer on a project
may be running a database
locally that the application
relies on during
development. Therefore, the
connection string would be
different for each developer.
Date: Nov, 30 -1 Date: Nov, 30 -1 Date: Mar, 31 2004 Date: Jun, 20 2004 |