/**

popular collection of scripts for all

*/
/** Search */

Tips and Tutorials

 }

The ASP.NET Page Life Cycle

Hits: 933
*****
0.0

Performing custom validation

Hits: 927
*****
0.0

ASP.NET Language Structure

Hits: 926
*****
1.0
This article describes the
The author writes "One
Demonstrates how to use
In this paper, we will look
life cycle of an ASP.NET
of the things that keeps
custom validation on a form
at the structure of a very
page from initialization to
coming up as a benefit of
by checking to see if a
simple ASP.NET page and how
unloading. Also shows the
switching to ASP.NET is the
string in a TextBox is not
that page is rendered in the
various methods to override
ability to use code-behind
the same with a string from
visitor's browser. Then we
ASP.NET server-side events.
to separate display code
an array (or database), case
will look at the Page class,
Source code available for
from application logic. In
in which it displays 'This
which is the .NET class that
download.
Visual Studio.NET, this is
name is already taken'.
all your ASP.NET pages are
 
'automagically' done for
 
based on. After that, we
 
you. So what if you don't
 
will review basic compiler
 
have VS.NET? Here's how you
 
directives that you can
 
can implement code-behind
 
place on your page. At the
 
using just a plain old text
 
end of the chapter, we will
 
editor and the tools
 
review a simple Quiz ASP.NET
 
included in the .NET
 
page that demonstrates the
 
Framework... no VS.NET
 
basics of an ASP.NET page.
 
required!" Source codes
 
 
 
available for download.
 
 


Date: Jan, 03 2002


Date: Aug, 27 2003


Date: Nov, 30 -1


Date: Apr, 26 2005
A comprehensive tutorial on
Have you ever wanted to see
Working on a multi-developer
A guide that shows you how to
uploading files to server
who is viewing your web site
ASP.NET project while
install IIS server and
hard disk using built-in
in real time? how many of
sharing one web.config can
configure it to work with
ASP.NET server controls.
them are there? what browser
be time consuming and
ASP .NET (.aspx files), not
Describes how to upload more
they are using? where have
troublesome. Usually, each
just with ASP.
than one file? how to upload
they come from? what are
developer may have path and
 
only image files? how to
their host addresses and
other settings specific to
 
retrieve other form
host names? and exactly what
their development machine,
 
non-binary field values? how
pages they have read? all in
such as Database connection
 
to view and delete files
detail? In this article we
strings, paths, e-mail
 
uploaded on the server? how
build an ASP.NET application
addresses, etc. For example,
 
to force user to download a
to do exactly that.
each developer on a project
 
file without viewing it? how
 
may be running a database
 
to expose correct file name
 
locally that the application
 
to the user browser instead
 
relies on during
 
of a generic file.aspx? how
 
development. Therefore, the
 
to retrieve correct
 
connection string would be
 
content-type for the file
 
different for each developer.
 
from system registry? how to
 
 
 
set/unset max file upload
 
 
 
size limit per folder of
 
 
 
your application?
 
 
 


Date: Feb, 27 2003


Date: Nov, 07 2002


Date: Nov, 30 -1


Date: Mar, 31 2004
{ Copyright } ©2019 NuclearScripts.com