Click here to Skip to main content
15,868,306 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i hav a grid view inside this grid in TemplateField i have used link button which is not working when i have used update panel. so i tried AsyncPostBackTrigger bt it is not working i have tried this
ASP.NET
<Triggers>
     <asp:AsyncPostBackTrigger ControlID="gvTenderList" EventName="RowCommand" />
</Triggers>

but it is not working any help......
Posted
Updated 30-Jul-13 23:16pm
v3
Comments
[no name] 31-Jul-13 5:18am    
Not working means what..tell clearly what you want to do??
Harshil_Raval 31-Jul-13 5:20am    
can you post your gridview design?
Member 12774348 18-Nov-17 1:58am    
first of all declare controlid after try it

 
Share this answer
 
Don't Use triggers
ASP.NET
  <asp:updatepanel id="UpdatePanel1" runat="server" xmlns:asp="#unknown">
  <contenttemplate>

</contenttemplate>
  </asp:updatepanel>
 
Share this answer
 
Comments
Vishal Pand3y 31-Jul-13 5:46am    
i have tried this bt it's not working

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