弹出提示框
<asp:Button ID="btnDel" runat="server" Text="删除" OnClick="btnDel_Click" CssClass="btnIndex" OnClientClick="return confirm('确认删除?');" />