我将此确认按钮扩展器插入到我的网页中。我有 2 个可以取消的选项。当我单击确定时,它会更新我的数据库。但是当我点击取消并更新我的数据库时。
<asp:ConfirmButtonExtender ID="btnClear_ConfirmButtonExtender" runat="server" TargetControlID="btnClear"
ConfirmText="Are you sure you would like to update the following police report? The page will automatically refreshes if the report has been updated successfully"
OnClientCancel="CancelClick" />
我没有在后端输入任何代码。所以我想问题出在源代码上。