CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> .NET

 Running asp.net 1.1 in asp.net 2.0 environment

Print topic Send  topic

Author Message
darren166


Posts: 24
Posted: 07/27/2006, 10:42 AM

Just as a heads up to everyone. I created an app for asp.net 1.1 using CCS and all was great. My ISP then loaded asp.net 2.0 onto their server and didn't set my app to be running as asp.net 1.1 (left it as .net 2.0). This kills certain features of CCS.

If you have any javascript events on form controls (such as focus) CCS generates references to the form _ctl0. In asp.net 2.0 however (due to xhtml compatibility) forms are renamed to ctl00. This prevents all the javascript from working.

To fix this, either run your app as asp.net 1.1 (the way it should be) or add the following reference to your web.config;

<xhtmlConformance mode="Legacy"/>

This will fix the problem.

Darren.
_________________
---
a. w. d. - c o n s u l t i n g

Midnight Oil Consumers.
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.