ASP.NET ID Property
Complete Control Standard Properties Reference
Definition and Usage
The ID property is used as identification for a
control.
This property should always be set. It is used when other controls or scripts
interact with the current control.
Syntax
|
<asp:webcontrol id="id" runat="server" /> |
Example
The following example shows a button with the ID property set:
<form runat="server">
<asp:Button id="button" text="Submit" runat="server" />
</form>
|
Show example »
|
Complete 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.
|