Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have gridview inside the update panel ....In this the Edit and Delete button is not working in gridview when gridview inside the updatepanel....

If i removed the updatepanel it works fine..But i need updatepanel to stop refreshing the page when button click in gridview....

otherwise give more ideas to me to stop refreshing the page on button click event in gridview.

i have used
ASP.NET
 <Triggers >
   <asp:AsyncPostBackTrigger ControlID="GridShow"  EventName="RowEditing"/>
 </Triggers>
but still my whole page get refreshing, Please give me any solution.

Thanks & Regards,
Dnyaneshwar Sable
Posted
Comments
deepankarbhatnagar 5-Dec-15 1:20am    
PLease show the whole html code
DamithSL 5-Dec-15 1:22am    
remove the EventName="RowEditing" roperty of AsyncPostBackTrigger and try again
Arasappan 5-Dec-15 1:46am    
Remove trigger
Dnyaneshwar Sable 5-Dec-15 1:55am    
i have removed triggers.. but still whole page refreshing
Arasappan 5-Dec-15 2:31am    
<Triggers>
<asp:PostBackTrigger ControlID="btn_ID" />
</Triggers>

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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