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.