Fancybox popup in ASP.Net web form
In this post, I am going to explain you how to use fancy box to open a portion of you page as modal or non-modal popup. Lets get started Step 1 – Required javascript files for this example. You can download the JQuery and fancybox api’s using the provided hyperlinks. < script src ="jquery-1.8.3.js" type ="text/javascript"></ script > < script src ="jquery-ui.js" type ="text/javascript"></ script > < script type ="text/javascript" src = "jquery.fancybox-1.3.4.js"></ script > ...