Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
ASP.NET
    <asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>
    <asp:UpdatePanel runat="server" ID="TimedPanel" UpdateMode="Conditional">
        <ContentTemplate>

        <asp:GridView ID="_gvEmployee" runat="server">
           // Grid Code
        </asp:GridView>
        </ContentTemplate>
    </asp:UpdatePanel>
    <br />
    <br />
<asp:Button ID="_btnDownload" runat="server" Text="Pdf" OnClick="_btnDownload_Click" />

when i m clicking on the button its workin properly

but when i m putting this button inside the updatepanel its cant work
Posted
Comments
Trung Nguyen Son 14-Aug-14 4:33am    
Of cource, it cannot.
What do you want to do now?
Dev Ashish Jangid 14-Aug-14 8:51am    
Thanks for ur reply,
I want to manage click event when my button is in inner side....or.....manage button Visiblity by event that fire from inner side of update panel.
Kornfeld Eliyahu Peter 14-Aug-14 4:36am    
Read MSDN page about UpdatePanel...

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900