NET. These controls also expose properties useful
to set the standard HTML attributes that ordinary HTML tags have. These properties
don??™t have the same HTML tag attributes, but they are very similar. For example, the
NavigateUrl property of the HyperLink web server control will be rendered as the href
attribute of the
HTML tag. These controls make it easier to develop web applications
for those developers who are not used to hand-coding HTML.
Rich controls: This special set of web control is complex and generates large amounts
of HTML and JavaScript. An example of this is the calendar control.
Validation controls: These controls validate user input against a predetermined
criteria, such as a telephone number or a ZIP code. Should the validation fail, they
encapsulate the logic to display an error on the web page.
Data controls: The data controls link to data sources, such as databases or web services,
and display the data that they provide. They include controls such as grids and
lists and support advanced features such as using templates, editing, sorting,
paginating, and filtering.
Pages:
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65