Using data input from pop-up page to current with partial refresh
- by dpDesignz
I'm building a product editor webpage using visual C#. I've got an image uploader popping up using fancybox, and I need to get the info from my fancybox once submitted to go back to the first page without clearing any info. I know I need to use ajax but how would I do it?
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="uploader.aspx.cs"…