4
Reply

The button stops working inside update panel

Joma Rajab

Joma Rajab

Jul 26 2016 7:09 AM
195
When I use script manager and update panel with many buttons inside content template the buttons stop working even I used triggers tag 
 
 
please help
  1.  <asp:ScriptManager ID="SecriptManager1" runat="server" />  
  2.       <asp:UpdatePanel ID="UpdatePanal1" runat="server" >  
  3.             <ContentTemplate>     
  4. .  
  5. .  
  6. .  
  7. .  
  8. .  
  9.  </ContentTemplate>  
  10.            <Triggers><asp:AsyncPostBackTrigger ControlID ="AddCourse" EventName="Click" />       
  11.               </Triggers>  
  12.       </asp:UpdatePanel>  
 

Answers (4)