且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在编辑中使用ASP.NET中的SqlDatasource从gridview删除更新数据后显示弹出消息

更新时间:2023-10-07 21:00:52

删除数据后你应该这样写;



ScriptManager.RegisterClientScriptBlock(base。 Page,this.GetType(),FooterRequired,alert(''通知:记录删除成功'');,true);



同样的事情你也可以申请编辑。



我希望这会对你有所帮助。
After deleting data u should write like that ;

ScriptManager.RegisterClientScriptBlock(base.Page, this.GetType(), "FooterRequired", "alert(''Notification : Record deleted successfully'');", true);

Same thing u can apply for edit also.

I hope this will help u.


用正确的话来说话,这就是显示成熟度level。
Use right words to speak ,this is show maturity level.


使用正确的词语,这是显示成熟度级别。
Use right words to speak ,this is show maturity level.