Skip to main content

Posts

Showing posts from June, 2014

jNotify Example for Disply animated boxes (information, errors, success) in asp.net

jNotify : Disply animated boxes (informations, errors, success) in just one line of code jNotify  can display information boxes in just one line of code in asp.net . Three kind of boxes are allowed :  information, success and failure. The whole box is entirely skinnable with css. For example, you could use it for a mail being successfully sent or a validation error of a form , or alert message . Previous post  Show jQuery UI Dialog Popup Window from Server Side ( Code Behind ) in ASP.Net First download  JNotify from GitHub   Implementations   Add links to master page , copy images into your folder  <link href="Styles/jNotify.jquery.css" rel="stylesheet" type="text/css" />   <script src="Scripts/jquery-1.4.1.min.js" type="text/javascript"></script>   <script src="Scripts/jNotify.jquery.min.js" type="text/javascript"></script> Master page look like