ASP.NET Enabled ÊôÐÔ

¶¨ÒåºÍÓ÷¨

Enabled ÊôÐÔÓÃÓÚÉèÖûò·µ»ØÊÇ·ñĬÈÏµØÆôÓà ListItem¡£

Èç¹û¸ÃÊôÐÔÉèÖÃΪ TRUE£¬Ôò ListItem ĬÈϵر»ÆôÓ㬷ñÔòΪ FALSE¡£Ä¬ÈÏÊÇ TRUE¡£

Óï·¨

<asp:ListItem Enabled="True|False" runat="server" />

ʵÀý

ÏÂÃæµÄÀý×Ó½ûÓÃÁË ListBox ¿Ø¼þÖеÄÒ»¸ö ListItem£º

<form runat="server">
<asp:ListBox runat="server">
<asp:ListItem Text="Item1" Enabled="False" />
<asp:ListItem Text="Item2" />

</asp:ListBox>
</form>

ʵÀý

½ûÓà ListBox ¿Ø¼þÖеÄÒ»¸ö ListBox