Search w3schools.com:

SHARE THIS PAGE

ASP.NET Height Property


Web Control Standard Properties Reference Complete Web Control Standard Properties Reference

Definition and Usage

The Height property is used to set or return the height of a control.

Syntax

<asp:webcontrol id="id" Height="value" runat="server" />

Attribute Description
value The height of control. Must be a number representing pixels or a percent value representing the parent objects height


Example

The following example sets the height of a button control:

<form runat="server">
<asp:Button id="button1" Text="Submit"
Height="50px" runat="server" />
</form>

Show example »

Web Control Standard Properties Reference Complete Web Control Standard Properties Reference

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]