TheCodeBehind is a
This article describes the
A comprehensive tutorial on
Demonstrates how to use
combination blog and
life cycle of an ASP.NET
uploading files to server
custom validation on a form
resource site for
page from initialization to
hard disk using built-in
by checking to see if a
programmers and developers
unloading. Also shows the
ASP.NET server controls.
string in a TextBox is not
to share code, learn from
various methods to override
Describes how to upload more
the same with a string from
each other and blog about
ASP.NET server-side events.
than one file? how to upload
an array (or database), case
whatever interests
Source code available for
only image files? how to
in which it displays 'This
them.
The site includes
download.
retrieve other form
name is already taken'.
some great features such as
non-binary field values? how
members advertising on their
to view and delete files
blogs and resources, and
uploaded on the server? how
being able to add languages
to force user to download a
to the main site
file without viewing it? how
themselves!
Languages
to expose correct file name
currently on the site
to the user browser instead
include asp, asp.net,
of a generic file.aspx? how
asp.net 2.0, c, c#, c++,
to retrieve correct
java, javascript, jscript,
content-type for the file
jscript.net, perl, php,
from system registry? how to
python, vb, vb.net and
set/unset max file upload
vbscript!
size limit per folder of
your application?
Date: Apr, 21 2005 Date: Jan, 03 2002 Date: Feb, 27 2003 Date: Nov, 30 -1 |
The author writes "One
Working on a multi-developer
A guide that shows you how to
Have you ever wanted to see
of the things that keeps
ASP.NET project while
install IIS server and
who is viewing your web site
coming up as a benefit of
sharing one web.config can
configure it to work with
in real time? how many of
switching to ASP.NET is the
be time consuming and
ASP .NET (.aspx files), not
them are there? what browser
ability to use code-behind
troublesome. Usually, each
just with ASP.
they are using? where have
to separate display code
developer may have path and
they come from? what are
from application logic. In
other settings specific to
their host addresses and
Visual Studio.NET, this is
their development machine,
host names? and exactly what
'automagically' done for
such as Database connection
pages they have read? all in
you. So what if you don't
strings, paths, e-mail
detail? In this article we
have VS.NET? Here's how you
addresses, etc. For example,
build an ASP.NET application
can implement code-behind
each developer on a project
to do exactly that.
using just a plain old text
may be running a database
editor and the tools
locally that the application
included in the .NET
relies on during
Framework... no VS.NET
development. Therefore, the
required!" Source codes
connection string would be
available for download.
different for each developer.
Date: Aug, 27 2003 Date: Nov, 30 -1 Date: Mar, 31 2004 Date: Nov, 07 2002 |