Search w3schools.com:

SHARE THIS PAGE

ASP.NET Width Property


Web Control Standard Properties Reference Complete Web Control Standard Properties Reference

Definition and Usage

The Width property is used to set or return the width of a control.

Syntax

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

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


Example

The following example sets the width of a button control:

<form runat="server">
<asp:Button id="button1" Text="Submit"
Width="150px" 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]