Color coding won't work on any code (other than client-side
JavaScript) you place in your *.aspx pages. Place all of your compiled
logic into your code behind files. If you require compiled logic in your
*.aspx page, then you should reconsider your implementation and redesign it
in such a way that all your logic appears in a relative code behind.
- Chuck
-----Original Message-----
From: toby steele [mailto:tobysteele@h...]
Sent: Thursday, June 20, 2002 2:19 PM
To: ASP+
Subject: [aspx] Visual Studio.net .aspx files won't color code
Is there something I need to set up to get my color-coding and
intellisense popup boxes to work for aspx pages???
thanks