Dear Friend
We have a project which was previousely in asp.net 1.1. I converted that into .net 3.5.Everything is working fine except Update Panel. We add the update panel in my form and put some controls in contenttemplate.
when we click the button inside the update panel make post back so other controls out side update panel also get refresh.
We tested the same code in new asp.net 3.5 website.There it is working fine.is there any issue while we convert the project
The solution is very simple
Open you web.config file
delete this line <xhtmlConformance mode="Legacy"/>
or
Rename the old web.config file and create new one the problem will resolve
Regards
Rashid Imran Bigrami
http://www.bestvisualization.com
We have a project which was previousely in asp.net 1.1. I converted that into .net 3.5.Everything is working fine except Update Panel. We add the update panel in my form and put some controls in contenttemplate.
when we click the button inside the update panel make post back so other controls out side update panel also get refresh.
We tested the same code in new asp.net 3.5 website.There it is working fine.is there any issue while we convert the project
The solution is very simple
Open you web.config file
delete this line <xhtmlConformance mode="Legacy"/>
or
Rename the old web.config file and create new one the problem will resolve
Regards
Rashid Imran Bigrami
http://www.bestvisualization.com
Comments
Post a Comment
Thanks for the Comments , Your review will display soon