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
I had this issue too, ASP.NET renders the control differently for WebKit.
I ended up using a normal on my page, I then created a class that replicated the with the properties I needed, I could then use this class instead of the in my code, the advantage for me was I knew then it would render the same across all browsers the same.
You could also use browser a definition file to ensure the control is rendered correctly for Webkit.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With