Contents

Sunday, 5 June 2016


Index

In this I will give direct links to all posts an this will be available in Contents tab.
     
        Chapter 1: Introduction

        Chapter 2: Opening an asp web page.

        Chapter 3:Visual Studio IDE Basic Components.

         Chapter 4: Creating a simple Web Application

        Chapter 5: ASP.NET Page Life Cycle Events

        Chapter 6: What is isPostBack?

        Chapter 7: Why HTTP protocol is called Stateless Protocol?

        Chapter 8: Managing State
                       
                        Client Side Technique

                         1) View State
                     
                         2) Cookies

                         3) Query String

                         4) Hidden Field

                        Server Side Technique
                  
                        1) Session State

                        2) Application State

      Chapter  9: Validation Controls in ASP.NET

                         1) RequiredFieldValidator Control 


What is Web Application?


A web application is an application that is accessed by users using web browser like Firefox,Google Chrome, IE etc.


ASP.NET Introduction


ASP.NET is a web application system created and advertised by Microsoft to permit software engineers to construct dynamic sites. It permits you to utilize many programming language,like C# or VB.NET to fabricate web applications effectively.
            ASP.NET is a subset of .NET framework. It is introduced in 2002 with .Net Framework 1.0.
The ASP.NET application contain codebehind which can be written in any of the following languages:
  • C#
  • Visual Basic.Net
  • Jscript
  • J#

We will be using C# language for our web page.

NOTE:


This blog is made for beginners to help them understand the basics of ASP.NET web application.

Prerequisites

  • First you need to install Microsoft Visual Studio of any version.
  • Install it and set it up.