Web Forms
A Web form represents a page in ASP.NET (a file with an .Aspx extension) and is composed of markup code known as XHTML and of a code-behind part made of Visual Basic code. The concept is similar to the WPF development where the XAML code is for the user interface and the Visual Basic code makes the UI alive. The same is for Web forms, but the difference is that the UI is provided via XHTML code. This acronym stands for Extensible Hypertext Markup Language and is intended as an enhancement of classic HTML. The XHTML code in a Web form contains markup for page layout, user controls, and eventually scripts. Each Web application needs at least a Default.aspx page, so right-click the project name in Solution Explorer and select Add New Item ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access