Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear Mentors,

I am trying using Ajax Update Panel to update my gridview without using postback.
But surprised to see that its not working with

xhtmlConformance mode="Legacy" in web.config. So i commented this tag in Web.config
but after that my CSS for the GridView is not working.

Can you please suggest me solution.
Posted
Comments
gouravkaila 26-Mar-13 8:01am    
Hello mentors,

Please suggest.Is there any way to set xhtmlConformance ="Transitional"
for a particular page while keeping xhtmlConformance ="Legacy" for the whole site???


The issue is because my project is a vs2003 to vs2010 converted project.

When i use xhtmlConformance ="Legacy" the postback of update panel no longer work as asynchronous postback as the scriptmanager.IsInAsyncPostBack comes out false for every __dopostback on update panel while the same comes out true if i dont use "Legacy"

Help please.

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