我有一个通知 j-query 插件.. 我在我的页面中品尝它(工作 100%)但是当我想在事件 SqlDataSource1_Deleted 和 response.write 方法中使用它时它不起作用
Protected Sub SqlDataSource1_Deleted(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.SqlDataSourceStatusEventArgs) Handles SqlDataSource1.Deleted
Response.Write("<script type='text/javascript'> showNotification({message: 'This is a sample Success notification', type: 'success' }); </script>")
End Sub