Click here to Skip to main content
15,909,199 members
Please Sign up or sign in to vote.
3.00/5 (3 votes)
See more:
Hi,

I am using ajax control toolkit dll in my bin directory and I couldn't reorder list item in ie8 and chrome browser,(but it is working fine in ie7 and firebox).

I set, after header tag,

<meta http-equiv="X-UA-Compatible" content="IE=7;" >
<meta http-equiv="X-UA-Compatible" content="chrome=1;" >

Now it is not working in chrome and ie7 but works fine in ie8.

Is any other way to overcome this issue?
Posted
Updated 25-Nov-10 23:39pm
v7
Comments
Dalek Dave 26-Nov-10 5:39am    
Edited for Grammar.

What are you talking about ? What code are you using ? Do you mean AJAX, or just the ASP.NET AJAX library ? Edit your post so it contains an actual question we can respond to, please.

I deleted your duplicate question and edited your question to add details from the other post. You're using ASP.NET AJAX controls ? You could google to find out about known issues. If you don't learn how to do your own AJAX controls, you'll have to live with bugs in the ones you get for free. You should, of course, look at the samples they provide, and see if they work, then debug your code from there. If you don't post any code here, I don't see how you can expect much help.
 
Share this answer
 
v2
Comments
Dalek Dave 26-Nov-10 5:39am    
You tell him, Tiger!
i faced the same issue, check the latest version of AjaxControlToolkit
 
Share this answer
 
Comments
Dalek Dave 26-Nov-10 5:40am    
Interesting idea, has there been big changes then?

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