/**

popular collection of scripts for all

*/
/** Search */

Tips and Tutorials

 }

An introduction to ASP.NET

Hits: 24
*****
0.0

Web Forms Internals

Hits: 24
*****
0.0

404 Not Found Redirection

Hits: 24
*****
0.0
The tutorial covers what is
Create stored procedures with
ASP.NET pages are dynamically
Recently we had a Website
.NET, what is ASP.NET and
Output parameters and return
compiled on demand when
that was redone from a large
why use ASP.NET
values and use them in .NET
first required in the
static site to a dynamically
 
 
context of a Web
driven site in ASP.Net. The
 
 
application. Dynamic
original site was heavily
 
 
compilation is not specific
indexed by the major spiders
 
 
to ASP.NET pages (.aspx
on the Web, we did not want
 
 
files); it also occurs with
to lose the reference links
 
 
Web Services (.asmx files),
in the engines and wanted to
 
 
Web user controls (.ascx
make sure the link clicked
 
 
files), HTTP handlers (.ashx
on would go to an
 
 
files), and ASP.NET
appropriate paged in the
 
 
application files such as
site. In this article we
 
 
the global.asax file. But
cover how to create a
 
 
what does it mean exactly
document mapper so the old
 
 
that an ASP.NET page is
URL is redirected to the new
 
 
compiled?
related page within the new
 
 
 
site.


Date: Apr, 14 2005


Date: Nov, 15 2004


Date: Apr, 22 2004


Date: Jan, 19 2004
Web Services Enhancements for
The author writes "One
Explains how to simulate
The ASP.NET 2.0 Wizard
Microsoft .NET (WSE)
of the things that keeps
hidden column in GridView
control simplifies many of
provides an implementation
coming up as a benefit of
control. GridView is one of
the tasks associated with
of the Web services
switching to ASP.NET is the
the new controls in ASP.Net
building a web application.
architecture for developers
ability to use code-behind
2.0 that replaced the
In this tutorial we will
creating Web services by
to separate display code
DataGrid. In earlier
look at the basics of the
using ASP.NET and Microsoft
from application logic. In
versions of .Net when you
Wizard Control by creating a
.NET Framework client
Visual Studio.NET, this is
didn't want the data to be
simple data collection form
applications. It allows
'automagically' done for
visible to the client, you
and then advance to simulate
developers to incorporate
you. So what if you don't
simply set the Column
an online test wizard that
security, routing, and
have VS.NET? Here's how you
visibility to False. But, if
will be generated
attachment features in their
can implement code-behind
you try that with ASP.NET
dynamically.
application.
using just a plain old text
2.0 GridView control, it
 
 
editor and the tools
will return only empty
 
 
included in the .NET
string.
 
 
Framework... no VS.NET
 
 
 
required!" Source codes
 
 
 
available for download.
 
 


Date: Jan, 16 2004


Date: Aug, 27 2003


Date: Sep, 08 2006


Date: Mar, 30 2006
{ Copyright } ©2006 NuclearScripts.com