ASP.Net

ASP.NET Introduction

 ASP.NET is the next generation ASP, but it's not an upgraded version of ASP. ASP.NET is an entirely new technology for server-side scripting. It was written from the ground up and is not backward compatible with classic ASP.

ASP.NET - Web Pages

A simple ASP.NET page looks just like an ordinary HTML page.

ASP.NET - Web Pages

All server controls must appear within a <form> tag, and the <form> tag must contain the runat="server" attribute.

ASP.NET - Server Controls

Server controls are tags that are understood by the server.

ASP .NET Maintaining the ViewState

You may save a lot of coding by maintaining the ViewState of the objects in your Web Form.

ASP.NET - Data Binding

We may use data binding to fill lists with selectable items from an imported data source, like a database, an XML file, or a script.