我有一个这样的按钮显示一条消息:
string script = "alert(\"Cadastro realizado com sucesso. Deseja continuar cadastrando?\");";
ScriptManager.RegisterStartupScript(this, GetType(), "ServerControlScript", script, true);
我想知道是否可以添加到按钮然后执行操作。是吗?
这是C#和网络表单
答案 0 :(得分:1)
您可以使用:swal和在jQuery中处理
swal({
title: "",
text: message,
type: type,
confirmButtonText: ''
}