*DropDownList使用*

---------------------------------------------------------------------------------------------------
*DropDownList使用*
前台:
<asp:DropDownList id="OpMenu" style="Z-INDEX: 114; LEFT: 8px; POSITION: absolute; TOP: 296px" runat="server"Width="72px" Height="40px">
 <asp:ListItem Value=0>Insert</asp:ListItem>
 <asp:ListItem Value=1>Delete</asp:ListItem>
 </asp:DropDownList>
后台:
if(OpMenu.SelectedIndex==1)//如果选中第2个项目
  DeleteDB();
---------------------------------------------------------------------------------------------------
posted @ 2006-03-03 11:19  健忘猪  阅读(467)  评论(0编辑  收藏  举报