Click here to Skip to main content
15,908,581 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends

I have facing an issue with Asp Update Panel When i use Mozilla Browser its working fine
but on Other Browser it not working (chrome ,IE 10)


Kindly Provide me Solution..
Thanks
Posted
Comments
Tom Marvolo Riddle 21-Feb-14 7:15am    
post your code.Use "Improve question "to edit
Charan_Kumar 24-Feb-14 3:38am    
had u used any timer events for updatepanel???
. _Puneet Sharma 24-Feb-14 4:51am    
No
. _Puneet Sharma 24-Feb-14 4:51am    
no i havnt used any timer
Charan_Kumar 24-Feb-14 5:03am    
can u please provide the code?

1 solution

XML
if you are not using feature of ie10 then Use it
<meta http-equiv="X-UA-Compatible" content="IE=9">

 for google chrome add this reference
<asp:scriptmanager id="ScriptManager1" runat="server">
<scripts>
    <asp:scriptreference path="~/javascript/WebKit.js">
    </asp:scriptreference>
</scripts>
</asp:scriptmanager>
 
Share this answer
 
Comments
. _Puneet Sharma 24-Feb-14 0:17am    
Its Not working Kindly Provide me Complete Solution

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