ASP.NET Width Property
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 »
|
Complete Web Control Standard Properties Reference
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|