Blog

Home arrow Blog
Blog - Content Section Layout
Useful Open Source .NET Tools
Contributed by Howell   
Sunday, 11 June 2006
Below is a list of the packages of Useful Open Source .NET Tools
Read more...
Asp Tutorial:ASP and HTML comment
Contributed by Howell   
Sunday, 11 June 2006
It is always a good thing to put comments in your code about what it is doing. For trivial operations that may be overkill, but when you are writing complex code doing something that may not be apparant from the code immediately, it is imperative. Not only for others that may read your code, but for you as well. It is very likely that you will not remember how you did something six months back.
Last Updated ( Sunday, 11 June 2006 )
Read more...
ASP Tutorial:Using Session, Application and Cookies
Contributed by Howell   
Sunday, 11 June 2006
  • Session

This object will manage information on individual user sessions. A session object is created when a user does not have session access to a page in the application. The object persists until it times out or is explicitly abandoned. For example, if you use the free email facility of Yahoo or another provider, your email address will appear on the top of the inbox as long as you exit from that page or log out from your inbox.

The whole process is very simple. First we will assign a session variable and then we will attach the session code at the appropriate location on the page. A sample script is given below for your reference.

Read more...
Asp tutorial: How to Accessing Databases
Contributed by Howell   
Sunday, 11 June 2006
  • Introduction to Databases

Databases are used to store information that are arranged in a specific manner. Each and every entry in a database is called a record and are organized into tables. Each table in turn contains fields which contains information. For example, in a student management database there may be tables pertaining to students general info, assignments, fee status, exams etc. Each of these tables contains fields according to the requirements. We use to browse the net mainly for getting information related to various topics. But the most important point is that nearly 85% of the sites  on the internet are relying upon databases for specific needs.

Read more...
An Active Server Pages Tutorial
Contributed by Howell   
Sunday, 11 June 2006
  • Introduction to Active Server Pages

Active Server Pages (ASP) is one of the most exciting and interesting Internet technologies ever created by Microsoft. With ASP, developers can build dynamic websites very easily. A script running on the server receives a request from the client and generates a customized HTML page, which will be returned to the client. ASP is available with Microsoft IIS (Internet Information Server). It is available only with the Windows NT operating system. If you are using Windows 98 or 2000, you can use Microsoft Personal Web Server to test your ASP scripts.

Last Updated ( Sunday, 11 June 2006 )
Read more...
<< Start < Previous 11 12 13 14 15 16 17 18 Next > End >>

Results 141 - 150 of 176

  home              contact us

 

©2006-2008 DeveloperZone.biz   All rights reserved     powered by Mambo Designed by Siteground