I want to implement a server side Pnotify function in ASP.NET/C#. Please help I have tried, but nothing is happening. I am also using a master page.
$(function () {
new PNotify({
title: 'Regular Notice',
text: 'Check me out! I\'m a notice.',
type: 'success',
cornerclass: 'ui-pnotify-sharp',
styling: 'bootstrap3'
});
});
Just add this in head section of page. this worked for me