<!DOCTYPE html>
<html>
<body>
<form runat="server">
<asp:ListBox runat="server">
<asp:ListItem Text="Item1" Enabled="False"/>
<asp:ListItem Text="Item2" />
<asp:ListItem Text="Item3" />
</asp:ListBox>
</form>
</body>
</html>