Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using update panel from AJAX Control toolkit. I have update progress.
Here is the complete scenario.
-------------------------------------------
I have a linkbutton inside the updatepanel. When I click on the linkbutton the update progress shows the loading image and loads the data.

The above scenario works in ie9-, firefox and chrome but when it comes to ie10 it shows me a javascript error _dopostback() is undefined in console.

Googling led me here[^]. Pushed the .browser files in App_Browsers folder as I have permissions to do only an application level fix. But the error remains. My application runs on .NET2.0 and IIS6.0. Can anyone help?
Posted

1 solution

Converted the linkbutton to an imagebutton. Fixed!
 
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