Due to some technical error All Project source code & Project report are now available on www.ignousupport.blogspot.com Download all project for free
ASP.NET 2005:
ASP.NET 2005 is a Microsoft technology for building the web based application and services.A ASP.NET application consists of forms ,controls,classes and procedures.
Forms are windows upon which you build your user interface are the building blocks of the user interface. Controls also called activeX conrols, are interface tools , such as labels ,textbox and command buttons, that you use to display information to the user, gather information from the user, and respond to user actions. Classes are templates from which you can create your own objects at run time.
Procedures are small routines you write that are callable from anywhere in your application. These routines will perform a function for you that you write once but can call many times.
An application is made up of forms, modules and classes. A form is made up of properties, events and controls. Controls are also made up of properties and events
Language interoperability : a one language code is to interact with other language.
EDP(Event driven programming language): it is a Event Driven Programing language(i.e. we write code on its event and drive the program).
Rapid Application Development(RAID).
Allows the creation of COM components such as activeX controls.
Includes good debugging facilities.
Sponsored Links