Prof. Neeraj Bhargava
Pramod Singh Rathore
Department of Computer Science
School of Engineering & System Sciences,
MDS University Ajmer, Rajasthan, India
1
Web Forms server controls
Web Forms server controls
 HTML server controls: These controls refer to the
HTML elements that
 can be used in server code. The HTML elements can be
converted into HTML server controls. To do so, you need to
use attributes, such as ID and RUNAT, in the tags that are
used to add the HTML controls. You can also add these
controls to the page by using the HTML tab of the toolbox.
2
Web Forms server controls
3
ASP.NET server controls
 ASP.NET server controls: These controls do not map
one-to-one to
 HTML server controls. ASP.NET server controls include
traditional form
 controls, such as text boxes and buttons, and complex
controls, such as
 tables.
 § Validation controls: These controls are used to
validate users' input.
 Validation controls can be attached to input controls to
check the values
4
ASP.NET server controls
 § User controls: These controls are created from the
existing Web Forms
 pages and can be used in other Web Forms pages.
5
Queries ????
6
7

14.web forms server controls

  • 1.
    Prof. Neeraj Bhargava PramodSingh Rathore Department of Computer Science School of Engineering & System Sciences, MDS University Ajmer, Rajasthan, India 1 Web Forms server controls
  • 2.
    Web Forms servercontrols  HTML server controls: These controls refer to the HTML elements that  can be used in server code. The HTML elements can be converted into HTML server controls. To do so, you need to use attributes, such as ID and RUNAT, in the tags that are used to add the HTML controls. You can also add these controls to the page by using the HTML tab of the toolbox. 2
  • 3.
    Web Forms servercontrols 3
  • 4.
    ASP.NET server controls ASP.NET server controls: These controls do not map one-to-one to  HTML server controls. ASP.NET server controls include traditional form  controls, such as text boxes and buttons, and complex controls, such as  tables.  § Validation controls: These controls are used to validate users' input.  Validation controls can be attached to input controls to check the values 4
  • 5.
    ASP.NET server controls § User controls: These controls are created from the existing Web Forms  pages and can be used in other Web Forms pages. 5
  • 6.
  • 7.