Saturday, December 19, 2009

How will you set the Backward Compatibility feature in asp.net 4.0?


You need make the following change to the web.config ,
<system.web>
<pages controlRenderingCompatibilityVersion="3.0"/>
</system.web>


www.codecollege.NET

No comments:

Post a Comment