ID: 25041,
Complete example using ASP.NET 2.0 with RAD Studio 2007
by Andreano Lanusse
Email: Anonymous
This example show how to use the ASP.NET 2.0, support AJAX technology, Master Page, Skins and Site Themes.
The database connection is based on dbExpress using AdoDbxClient, with this examplo you can learn how to use this technology.
Also explain the 8 events in the global.asax file. These events are used to create application access, page access counter and logged users counters.
|
| Download | Details |
|
CDN Login Required to Download. (You will be redirected to the login page if you click on the Download Link)
To download this, you must have registered:
|
For
Delphi, Version
11.0
to
11.0
553 downloads
Copyright: No significant restrictions
Updated on Thu, 15 Nov 2007 23:06:10 GMT
Originally uploaded on
Tue, 02 Oct 2007 11:35:47 GMT
|
Explore the files in this upload
File Exploration is Disabled
We're sorry, but errors in the uploaded zip file prevent it from being explored.
The error generated by the Zip attachment is:
You may still be able to repair the zip file contents if you download the entire zip locally.
You may also want to ask the author to repost the attachment.
|
|
Description
|
This new version of Page Counter explores some of these news features in RAD Studio 2007, like:
- Ajax Web-based Application
- ADODbxClient
- Master Page
- Site Maps
- Themes
- Blackfish SQL
Also explains the 8 events in the global.asax file. This events are used to create application access, page access and logged users counters.
- Application_Start
- Session_Start
- Application_BeginRequest
- Application_EndRequest
- Application_AuthenticateRequest
- Application_Error
- Session_End
- Application_End
This application was tested with two databases, InterBase 2007 and Blackfish SQL, so I'm using ADODbxClient that you can created the same database structure in other databases.
|
Latest Comments
Server Response from: USSVS-BDN2