Facncybox in Jquery
        Posted  
        
            by user319740
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user319740
        
        
        
        Published on 2010-04-18T16:02:24Z
        Indexed on 
            2010/04/18
            16:13 UTC
        
        
        Read the original article
        Hit count: 204
        
I am using jquery.fancybox-1.2.1.js of fancy box in asp.net application
Q1: In the base page i have datagrid and on combobox. on slection of combobox the datagrid is populated. From the datagrid I open the fancybox when user click on Edit link. I open new page like
In EditProjectTask.aspx i have the controls in edible mode. Now if user closes the window using default icon provided in fancybox. then if user select some other option from combox the url changes into EditProjectTask?Task= 86
Q2: # From the # datagrid I open the fancybox when user click on Edit link. I open new page like
In EditProjectTask.aspx i have the controls in edible mode. Now when user updates the the content I want to close the fancybox and also refresh the parent window. I have achieved this using After update i #
But it reloads all the page. Can I use some Ajax call.
© Stack Overflow or respective owner