Online Book Reader

Home Category

Programming Microsoft ASP.NET 4 - Dino Esposito [132]

By Root 5306 0
radio.

HtmlInputReset

Represents a reset command button.

HtmlInputSubmit

Represents a submit command button.

HtmlInputText

Represents a text field—that is, the < input> tag with a type of either password or text.

The hidden and text input controls are nearly identical, and the contents of both are posted back. Essentially, they differ only in that hidden fields are not displayed and, subsequently, they don’t provide some UI-related properties such as MaxLength and Size.

Command Buttons


The HtmlInputButton class is the most flexible button class in the .NET Framework. It differs from the HtmlButton class in that it renders through the tag rather than the Internet Explorer–specific

Return Main Page Previous Page Next Page

®Online Book Reader