Web Form Fundamentals
Web Form Fundamentals
Web Form Fundamentals
Introduction
• It is a web framework designed and developed by
Microsoft. It is used to develop websites, web
applications and web services. It provides
fantastic integration of HTML, CSS and JavaScript.
It was first released in January 2002. It is built on
the Common Language Runtime (CLR) and allows
programmers to write code using any supported
.NET language.
• ASP.NET is a part of Microsoft .NET Framework.
ASP.NET provides three development
styles for creating web applications:
• Web Forms
• ASP.NET MVC
• ASP.NET Web Pages
Web Forms
Web server
Browser request
Managed code and postback
data
ASP.NET
Page derived
and custom html
objects
How it work
Creating Websites
Creating an empty app
Server control hierarchy
Type of Server control
1. Machine.config
2. Web.config