i

ASP.Net A Complete Guide

Web Forms Server Controls

We can call it as web control/ WebForms Server Control. These controls derived from the System.Web.UI.WebControls.Web control's evaluation/execution done at the server, but it sends the HTML output. They are easy to work with because they behave consistently. For example, you can determine the value returned by control by using simple property notation.

Dim name As String = txtName.Text

Syntax: