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 Extensible Hypertext Markup Language (XHTML) and of a code-behind part made of Visual Basic code. (XHTML is intended as an enhancement of classic HTML.) 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 true for web forms, but the difference is that the UI is provided via XHTML code. 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. In the Add ...

Get Visual Basic 2015 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.