Hi
My code like this
<telerik:RadAjaxLoadingPanel ID="Rad1" runat="server" />
<telerik:RadAjaxPanel ID="Rad2" runat="server" LoadingPanelID="Rad1">
<asp:FileUpload ID="Fup1" runat="server" />
</telerik:RadAjaxPanel>
But I canot retrieved the posted file how will do this? can u solve this
this get file method
if (Fup1.HasFile)
{
}
Or
how to use radupload with radajaxpanel
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com