案例:ASP.NET案例     状态:不可编辑再运行    进入竖版
 运行结果 
x
 
1
2
<html>
3
<body>
4
5
<form runat="server">
6
<asp:ListBox runat="server">
7
<asp:ListItem Text="Item1" />
8
<asp:ListItem Text="Item2" />
9
<asp:ListItem Text="Item3" />
10
<asp:ListItem Text="Item4" enabled="False"/>
11
</asp:ListBox>
12
</form>
13
14
</body>
15
</html>
16