I am working with Asp.Net FileUpload control with ajax update panel,
if i use the AsyncPostBackTrigger,i am unable to get the filename in serverside,
but if i use PostBackTrigger its working fine with page refreshing
my Html code is:
I dont want to refresh page while uploading file.
Please tell me.

Khan Abrar AhmedPosted May 15, 2014, 10:26 AM
like this.
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="FileUploadControl.ascx.cs" Inherits="Controls_FileUploadControl" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%--
CancelControlID="lkBtnCancel" PopupDragHandleControlID="pnlUploadDocuments">
<%--
<%--
<%--