Click here to Skip to main content
15,894,180 members
Please Sign up or sign in to vote.
4.50/5 (2 votes)
See more:
Hi,

I'm working on an c# ASP.NET app.

I have an asp button on my app with an associated server side click event.
The button is inside the updatepanel.
Now, this click event is not being fired with Google chrome (works fine on IE, Mozilla).

Please provide a solution for this
Posted
Updated 25-May-11 21:47pm
v2
Comments
Kiran Sonawane 26-May-11 3:05am    
Provide your aspx code
Dalek Dave 26-May-11 3:47am    
Edited for Readability.

 
Share this answer
 
Comments
Dalek Dave 26-May-11 3:47am    
Nice link.
Ashishmau 26-May-11 7:14am    
Thanx
srimusic 31-Jul-14 5:51am    
I dont't find an answer in this link
hi,

use triggers which will help to get event fire inside a update pannel

XML
<Triggers>
        <asp:AsyncPostBackTrigger ControlID="chkNewGroup" EventName="CheckedChanged" />



control id is ur button

and event name too
 
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