Hi
I have tried many ways to push the UploadFile work with UpdatePanel but i coudnt and i cant remove the button out side the update panel so could some one give me a solution with this code:
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<br /><br />
<div class="container">
<asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Conditional">
<Triggers>
<asp:PostBackTrigger ControlID="addadsbtn" />
</Triggers>
<ContentTemplate>
<asp:View ID="View3" runat="server">
<tr class="style5" ...
Go to the complete details ...